Docs.rs
x-com-lib-0.1.7
x-com-lib 0.1.7
Docs.rs crate page
MPL-2.0
Links
crates.io
Source
Owners
dqdeep
Dependencies
async-trait ^0.1.68
normal
futures ^0.3.28
normal
lazy_static ^1.4.0
normal
pin-utils ^0.1
normal
protobuf ^3.2.0
normal
serde ^1.0.163
normal
serde_json ^1.0.96
normal
tokio ^1.28.1
normal
toml ^0.8.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
x-common-lib ^0.1.7
normal
Versions
8%
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
☰
xComLib
0.1.7
Module error
Structs
Enums
In xComLib::oneshot
?
Module
xComLib
::
oneshot
::
error
source
·
[
−
]
Expand description
Oneshot error types.
Structs
RecvError
Error returned by the
Future
implementation for
Receiver
.
Enums
TryRecvError
Error returned by the
try_recv
function on
Receiver
.