☰
Crate multibase
Version 0.9.1
All Items
Enums
Functions
Type Definitions
?
Crate
multibase
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 Definitions
Result
Type alias to use this library’s
Error
type in a
Result
.