Releases · toby/serde-bencode

v0.2.0

31 May 14:34

25d8183

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

This commit was signed with the committer’s verified signature.

toby Toby Padilla

Choose a tag to compare

Change Log

  • Correctly serialize None outside of the context of a struct

v0.1.2

20 Jan 14:36

5f4e719

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

d3273b4

Choose a tag to compare

Change Log

  • Use built in forward_to_deserialize