Module data_encoding::encode [] [src]

Generic encoding module.

Functions

encode

Generic encoding function with allocation (with padding).

encode_len

Converts an input length to its output length (with padding).

encode_mut

Generic encoding function without allocation (with padding).

encode_nopad

Generic encoding function with allocation (without padding).

encode_nopad_len

Converts an input length to its output length (without padding).

encode_nopad_mut

Generic encoding function without allocation (without padding).