Module strkey::de[][src]

Deserialization

Structs

Deserializer

Deserializer for deserializing values in strkey encoding.

IoReader

Component reader for a std io reader.

SliceReader

Component reader for a slice.

Enums

Component

Represents either a owned or borrowed string (values within separators).

Traits

ComponentRead

Trait that reads components (values within separators) from an input.

Functions

from_reader

Deserialize strkey encoding to produce the requested value from the given reader.

from_slice

Deserialize the value from a byte array slice.