v0.8.0
Updated
- Breaking change: Modify
Valuevariants to useByteStringinstead of
serde_bytes::ByteBuffor byte string values. Removed theserde_bytes
dependency.
Added
- Add
ByteStringtype as a specialized type for serialization and
deserialization of bencoded strings.