Crate bde

Source

Modules§

de
error
ser
value

Structs§

ByteString
Wrapper around Vec<u8> to serialize and deserialize efficiently. see https://github.com/serde-rs/bytes
Deserializer
Integer
Serializer
UnsortedSerializer
ValueSerializer

Enums§

Error
Value
Represents any valid Bencode value.

Functions§

from_bytes
Errors
from_value
to_bytes
to_bytes_unsorted
to_value
to_writer
to_writer_unsorted

Type Aliases§

Dictionary
Result