1 2 3 4 5 6 7 8 9 10
#![forbid(unsafe_code)] use bstr::{BStr, BString, ByteSlice}; pub use bstr; pub mod borrowed; mod types; pub use types::*;
1 2 3 4 5 6 7 8 9 10
#![forbid(unsafe_code)] use bstr::{BStr, BString, ByteSlice}; pub use bstr; pub mod borrowed; mod types; pub use types::*;