Registry / networking / coap-lite

coap-lite

JSON →
library0.13.3rscratesunverified

A lightweight CoAP message manipulation crate, ideal for embedded environments.

# Cargo.toml [dependencies] coap-lite = "0.13.3"
INSTALL
IMPORT
SIG · COAP-LITE
C
coap-lite
networkingrustv0.13.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CoapRequest
✓ use coap_lite::CoapRequest;

Create a new CoAP request.

use coap_lite::CoapRequest; fn main() { let request = CoapRequest::new(); println!("CoAP request created"); }
Debug
Known issues
gotchaNo built-in transport; requires external socket handling.
fix
Use with a UDP socket or async runtime like tokio.
affects: *
Upgrade
Version history
0.13.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
30
OpenAI (training)
1
Resources
coap-lite — cargo add coap-lite · libregistry