Struct basenc::AnyHex [] [src]

pub struct AnyHex;

Hex charset using lower-case letters.

In the spirit of the robustness principle, decoding will accept both lower- and upper-case letters.

Trait Implementations

impl Copy for AnyHex
[src]

impl Clone for AnyHex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnyHex
[src]

Formats the value using the given formatter.

impl Encoding for AnyHex
[src]

Returns the encoding's alphabet. Read more

Directly encode into an encode buffer. Read more

Directly decode into a decode buffer. Read more

impl<I: Iterator<Item = u8>> Encoder<I> for AnyHex
[src]

impl<I: Iterator<Item = char>> Decoder<I> for AnyHex
[src]