Docs.rs
sampi-0.1.37
sampi 0.1.37
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
matthewrobertbell
Dependencies
base32 ^0.4.0
normal
base64 ^0.9.3
normal
bincode ^1.0.1
normal
dirs ^2.0.2
normal
ed25519-dalek ^1.0.0-pre.1
normal
glob ^0.3.0
normal
hex ^0.3.2
normal
js-sys ^0.3.27
normal
num_cpus ^1.0
normal
rand ^0.7
normal
rand_core ^0.5.1
normal
raptorq ^1.4.0
normal
rust-base58 ^0.0.4
normal
serde ^1.0
normal
serde-big-array ^0.1.5
normal
serde_derive ^1.0
normal
sha2 ^0.8.0
normal
structopt ^0.3.0
normal
strum ^0.17.1
normal
strum_macros ^0.17.1
normal
Versions
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
sampi
All crates
[
−
]
[src]
Type Definition
sampi
::
Result
type Result<T> =
Result
<T,
Box
<dyn
Error
+
Send
+
Sync
+ 'static>>;