Docs.rs
tether-agent-0.14.2
tether-agent 0.14.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
anselanza
ralphkok
SharedRandomStudio
Dependencies
anyhow ^1.0.71
normal
env_logger ^0.7
normal
log ^0.4.17
normal
rmp-serde ^1.1.1
normal
rumqttc ^0.24.0
normal
rustls-native-certs ^0.8.1
normal
serde ^1.0
normal
serde_json ^1.0.91
normal
uuid ^1.7.0
normal
Versions
28.24%
of the crate is documented
Platform
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
tether_agent/
lib.rs
1
pub mod
agent;
2
pub mod
plugs;
3
4
pub use
agent::
*
;
5
pub use
plugs::
*
;
6
pub use
rumqttc
as
mqtt;