Docs.rs
multibase-0.9.1
multibase 0.9.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Stebalien
dignifiedquire
vmx
Dependencies
base-x ^0.2.7
normal
data-encoding ^2.3.1
normal
data-encoding-macro ^0.1.9
normal
criterion ^0.3
dev
rand ^0.7
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
multibase
0.9.1
All Items
Sections
multibase
Crate 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
.