Docs.rs
ssb-validate-1.4.0
ssb-validate 1.4.0
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
pietgeursen
github:sunrise-choir:all
Dependencies
lazy_static ^1.4.0
normal
rayon ^1.2.0
normal
regex ^1.5
normal
serde ^1.0
normal
sha2 ^0.8.0
normal
snafu ^0.6.0
normal
ssb-legacy-msg-data ^0.1.3
normal
ssb-multiformats ^0.4.1
normal
criterion ^0.3
dev
flumedb ^0.1.5
dev
Versions
27.37%
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
☰
Type Definition Result
Other items in
ssb_validate
::
error
?
Type Definition
ssb_validate
::
error
::
Result
[
−
]
[src]
type Result<T, E =
Error
> =
Result
<T, E>;