Docs.rs
ipld-core-0.2.0
ipld-core 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Stebalien
vmx
Dependencies
anyhow ^1.0.40
normal
cid ^0.11.0
normal
quickcheck ^1.0
normal
optional
serde ^1.0.195
normal
optional
serde_bytes ^0.11.5
dev
serde_derive ^1.0.197
dev
serde_json ^1.0.79
dev
serde_test ^1.0.132
dev
Versions
100%
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
ipld_core
0.2.0
Module error
Structs
Enums
Type Aliases
In crate ipld_core
?
Module
ipld_core
::
error
source
·
[
−
]
Expand description
Ipld
error definitions.
Structs
§
Error
The
Error
type, a wrapper around a dynamic error type.
TypeError
Type error.
Enums
§
TypeErrorType
Type error type.
Type Aliases
§
Result
Result<T, Error>