Box<[u8]> instead of Vec<u8> for ByteBufOwned
This commit is contained in:
parent
3cdf6d4cfc
commit
fa05fe8376
24 changed files with 118 additions and 109 deletions
|
|
@ -6,4 +6,4 @@ pub use bencode_value::*;
|
|||
pub use serde_bencode_de::*;
|
||||
pub use serde_bencode_ser::*;
|
||||
|
||||
pub use buffers::{ByteBuf, ByteString};
|
||||
pub use buffers::{ByteBuf, ByteBufOwned};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue