Module data_encoding::base4 [] [src]

Base 4 Encoding.

See the generic encode and decode modules for details about this module functions.

Definition

Symbols are 0-3. No padding is required.

Enums

Static

Force static dispatch.

Functions

base

Gives access to the base.

decode

See the generic decode function for details.

decode_len

See the generic decode_len function for details.

decode_mut

See the generic decode_mut function for details.

decode_nopad

See the generic decode_nopad function for details.

decode_nopad_len

See the generic decode_nopad_len function for details.

decode_nopad_mut

See the generic decode_nopad_mut function for details.

encode

See the generic encode function for details.

encode_len

See the generic encode_len function for details.

encode_mut

See the generic encode_mut function for details.

encode_nopad

See the generic encode_nopad function for details.

encode_nopad_len

See the generic encode_nopad_len function for details.

encode_nopad_mut

See the generic encode_nopad_mut function for details.