Docs.rs
pot-2.0.0
pot 2.0.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
ecton
github:khonsulabs:publishers
Dependencies
byteorder ^1.4.3
normal
bytes ^1.1.0
normal
derive-where ^1.0.0
normal
half ^2.2.1
normal
serde ^1.0.136
normal
thiserror ^1.0.30
normal
tracing ^0.1.30
normal
anyhow ^1.0.53
dev
approx ^0.5.1
dev
bincode ^1.3.3
dev
chrono ^0.4.19
dev
ciborium ^0.2.0
dev
cli-table ^0.4.6
dev
criterion ^0.4
dev
fake ^2.4.3
dev
rand ^0.8.4
dev
rmp-serde ^1.1.0
dev
serde_bytes ^0.11.5
dev
serde_json ^1.0.78
dev
thousands ^0.2.0
dev
tracing ^0.1.30
dev
tracing-subscriber ^0.3.8
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In pot
?
Type Definition
pot
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A result alias that returns
Error
.