Skip to content

Releases: toby/serde-bencode

v0.2.0

31 May 14:34
Compare
Choose a tag to compare

Change Log

  • Upgrade to Serde 1.0
  • Use ser / de naming
  • Move torrent parsing example out of main.rs
  • Improved variant support
  • Basic support for cargo bench

v0.1.3

26 Jan 23:44
7fbdb99
Compare
Choose a tag to compare

Change Log

  • Correctly serialize None outside of the context of a struct

v0.1.2

20 Jan 14:36
Compare
Choose a tag to compare

Change Log

  • Serialize structs that have None values. Keys will be omitted from Bencode output.

v0.1.1

21 Dec 23:42
Compare
Choose a tag to compare

Change Log

  • Use built in forward_to_deserialize