Docs.rs
coap-server-0.1.1
coap-server 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jasta
Dependencies
anyhow ^1.0.56
normal
async-trait ^0.1.53
normal
bytes ^1.1.0
normal
coap-lite ^0.9.0
normal
dyn-clone ^1.0.5
normal
env_logger ^0.9.0
normal
futures ^0.3.21
normal
log ^0.4.16
normal
pin-project ^1.0.10
normal
rand ^0.8.5
normal
sync_wrapper ^0.1.1
normal
thiserror ^1.0.30
normal
tokio ^1.17.0
normal
tokio-stream ^0.1.8
normal
tokio-util ^0.7.0
normal
async-stream ^0.3.3
dev
tokio ^1.17.0
dev
Versions
53.76%
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
Module server
coap_
server
0.1.1
Module server
Module Items
Structs
Enums
In crate coap_
server
coap_server
Module
server
Copy item path
Source
Structs
§
Coap
Server
Primary server API to configure, bind, and ultimately run the CoAP server.
Enums
§
Fatal
Server
Error
Fatal error preventing the server from starting or continuing. Typically the result of programmer error or misconfiguration.