[][src]Crate rlp

Recursive Length Prefix serialization crate.

Allows encoding, decoding, and view onto rlp-slice

What should you use when?

Use encode function when:

Use decode function when:

Use RlpStream when:

Use Rlp when:

Structs

PayloadInfo

Stores basic information about item

Rlp

Data-oriented view onto rlp-slice.

RlpIterator

Iterator over rlp-slice list elements.

RlpStream

Appendable rlp encoder.

Enums

DecoderError

Error concerning the RLP decoder.

Prototype

RLP prototype

Constants

EMPTY_LIST_RLP

The RLP encoded empty list.

NULL_RLP

The RLP encoded empty data (used to mean "null value").

Traits

Decodable

RLP decodable trait

Encodable

Structure encodable to RLP

Functions

decode

Shortcut function to decode trusted rlp

decode_list
encode

Shortcut function to encode structure into rlp.

encode_list