Skip to content

Releases: knightpp/serde_bencoded

v0.3.2

08 May 08:27

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 Jun 21:03

Choose a tag to compare

  • improved fuzzing
  • fixed out of bounds panics

v0.3.0 fixed speed regression

30 Jan 09:14

Choose a tag to compare

Changes

  • Serializing None variant of an Option is a SerError now (see docs on how to Serialize Option)

Fixes

  • fixed speed regression introduced after v0.2.3

v0.2.2 BREAKING

25 Jan 07:04

Choose a tag to compare

  • MapSerializer is skipping KV pairs with the empty value now. So, this can break something for someone :(
  • Improved example

bug fixes

21 Jan 20:51

Choose a tag to compare

  • replaced .write to .write_all
  • fixed some Clippy warnings
  • cargo bench is using a real torrent now