Box<[u8]> instead of Vec<u8> for ByteBufOwned
This commit is contained in:
parent
d9ec702f59
commit
deee41cd93
23 changed files with 106 additions and 124 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