Skip to content

Commit 9056150

Browse files
Add buffer support to c-api
1 parent 7f75ef1 commit 9056150

2 files changed

Lines changed: 478 additions & 0 deletions

File tree

crates/capi/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pub mod longobject;
2323
pub mod methodobject;
2424
pub mod moduleobject;
2525
pub mod object;
26+
pub mod pybuffer;
2627
pub mod pycapsule;
2728
pub mod pyerrors;
2829
pub mod pylifecycle;

0 commit comments

Comments
 (0)