serde-bencode icon indicating copy to clipboard operation
serde-bencode copied to clipboard

Serde backed Bencode encoding/decoding library for Rust.

Results 11 serde-bencode issues
Sort by recently updated
recently updated
newest added

This allows implementations of Serialize to change behavior depending on the encoding method used (e.g. encode as base64 for human readable encodings such as JSON, and encode as binary strings...