Docs.rs
torrust-serde-bencode-0.2.3
torrust-serde-bencode 0.2.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
josecelano
da2ce7
Dependencies
serde ^1.0
normal
serde_bytes ^0.11
normal
serde_derive ^1.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module ser
torrust_
serde_
bencode
0.2.3
Module ser
Module Items
Structs
Functions
In crate torrust_
serde_
bencode
torrust_serde_bencode
Module
ser
Copy item path
Source
Expand description
Serialize a Rust data structure into bencode data.
Structs
§
Serializer
A structure for serializing Rust values into bencode.
Functions
§
to_
bytes
Serialize the given data into a bencode byte vector.
to_
string
Serialize the given data into a String of bencode.