yet another bencode library
A really simple bencode library.
Add this to your Cargo.toml
dependencies:
[dependencies]
yabel = { git = "https://github.com/rctlmk/yabel" }
You can find some examples here.
Though I recommend giving one of these crates a go instead.
This implementation will force sort all dictionaries (see this example for more details).
Distributed under the terms of the MIT license, see LICENSE for details.