Docs.rs
gmqtt-client-0.2.0
gmqtt-client 0.2.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
mpajkowski
mateuszkj
irexiz
Dependencies
anyhow ^1
normal
bytes ^1
normal
futures-util ^0.3
normal
log ^0.4
normal
mqttbytes ^0.6
normal
parking_lot ^0.11
normal
rand ^0.8
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
tokio ^1
normal
tokio-util ^0.6
normal
url ^2
normal
env_logger ^0.9
dev
serde_json ^1
dev
tokio ^1
dev
Versions
11.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
gmqtt_
client
0.2.0
gmqtt_client
Type Alias
OnMessageCallback
Copy item path
Source
pub type OnMessageCallback = dyn
Fn
(&
Message
) +
Send
+
Sync
+ 'static;