Thanks to visit codestin.com
Credit goes to docs.rs

Crate fastrlp

Source
Expand description

§fastrlp

Very fast and well-tested RLP serialization library for Rust.

§License

The entire code within this repository is licensed under the Mozilla Public License v2.0

Macros§

impl_max_encoded_len
Use this to define length of an encoded entity

Structs§

Header
Rlp

Enums§

DecodeError

Constants§

EMPTY_LIST_CODE
EMPTY_STRING_CODE

Traits§

BufMut
A trait for values that provide sequential write access to bytes.
Decodable
Encodable

Functions§

encode_fixed_size
encode_list
length_of_length
list_length
zeroless_view
Trims leading zeros from a byte slice.