Docs.rs
wrapbin-0.1.0
wrapbin 0.1.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
johnstonskj
Dependencies
anstyle ^1.0.11
normal
optional
base64 ^0.22.1
normal
optional
pretty_assertions ^1.4.1
dev
Versions
56.8%
of the crate is documented
Platform
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
Module error
wrapbin
0.1.0
Module error
Module Items
Enums
Functions
Type Aliases
In crate wrapbin
wrapbin
Module
error
Copy item path
Source
Expand description
Provides this crate’s
Error
and
Result
types as well as helper functions.
Enums
§
Error
The
Error
type for this crate.
Functions
§
parse_
error
Construct an
Error
from the provided source error.
Type Aliases
§
Result
A
Result
type that specifically uses this crate’s
Error
.