Skip to content

v0.8.0

Compare
Choose a tag to compare
@bluk bluk released this 01 Jan 02:57
· 13 commits to trunk since this release
v0.8.0
f537440

Updated

  • Breaking change: Modify Value variants to use ByteString instead of
    serde_bytes::ByteBuf for byte string values. Removed the serde_bytes
    dependency.

Added

  • Add ByteString type as a specialized type for serialization and
    deserialization of bencoded strings.