Skip to content

Commit

Permalink
expose ByteOwner in toplevel
Browse files Browse the repository at this point in the history
  • Loading branch information
somethingelseentirely committed Jan 14, 2025
1 parent d808e51 commit 39678c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub mod pybytes;
mod tests;

pub use crate::bytes::ByteSource;
pub use crate::bytes::ByteOwner;
pub use crate::bytes::Bytes;
pub use crate::bytes::WeakBytes;
#[cfg(feature = "zerocopy")]
Expand Down

0 comments on commit 39678c9

Please sign in to comment.