Docs.rs
did-simple-0.0.1
did-simple 0.0.1
Docs.rs crate page
MIT
OR
BSD-2-Clause-Patent
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
TheButlah
Dependencies
bs58 ^0.5.1
normal
bytes ^1.6.0
normal
thiserror ^1.0.60
normal
eyre ^0.6.12
dev
hex-literal ^0.4.1
dev
itertools ^0.13.0
dev
Versions
37.74%
of the crate is documented
Go to latest version
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
did_simple
0.0.1
Module utf8bytes
Structs
In crate did_simple
Module
did_simple
::
utf8bytes
Copy item path
source
·
[
−
]
Structs
§
Utf8Bytes
Wrapper around
Bytes
which is guaranteed to be UTF-8. Like
Bytes
, it is cheaply cloneable and facilitates zero-copy.