Docs.rs
glimesh-protocol-0.9.0
glimesh-protocol 0.9.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jamesbirtles
Dependencies
bimap ^0.6
normal
optional
chrono ^0.4
normal
optional
serde ^1
normal
serde_json ^1
normal
optional
serde_tuple ^0.5
normal
optional
snafu ^0.7
normal
optional
tracing ^0.1
normal
uuid ^1
normal
optional
Versions
13.64%
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
glimesh_protocol/
lib.rs
1
#[cfg(feature =
"date"
)]
2
pub mod
date;
3
4
#[cfg(feature =
"socket"
)]
5
pub mod
socket;