Docs.rs
secure-reliable-transport-0.2.1
secure-reliable-transport 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
MarcAntoine-Arnaud
Dependencies
anyhow ^1
normal
optional
bitflags ^1
normal
bytes ^0.5
normal
clap ^2
normal
optional
env_logger ^0.7
normal
optional
futures ^0.3
normal
log ^0.4
normal
rand ^0.7
normal
streaming-stats ^0.2.3
normal
tokio ^0.2
normal
tokio-util ^0.2
normal
url =2.1.0
normal
optional
env_logger ^0.7
dev
hex ^0.4
dev
proptest ^0.9.5
dev
rand_distr ^0.2
dev
Versions
34.19%
of the crate is documented
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
Files
srt/
msg_number.rs
1
use
crate
::modular_num;
2
3
modular_num!
{
4
pub
MsgNumber(u32,
29
)
5
}