Module ser

Module ser 

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.