multibase
0.9.1
All Items
Enums
Functions
Type Aliases
Crate
multibase
Copy item path
source
·
[
−
]
Expand description
§
multibase
Implementation of
multibase
in Rust.
Enums
§
Base
List of types currently supported in the multibase spec.
Error
Error types
Functions
§
decode
Decode the base string.
encode
Encode with the given byte slice to base string.
Type Aliases
§
Result
Type alias to use this library’s
Error
type in a
Result
.