v0.8.0
Updated
- Breaking change: Modify
Value
variants to useByteString
instead of
serde_bytes::ByteBuf
for byte string values. Removed theserde_bytes
dependency.
Added
- Add
ByteString
type as a specialized type for serialization and
deserialization of bencoded strings.