Rust implementation of the CoAP protocol for embedded systems.
Note: This library is NOT a full protocol implementation.
#![no_std]
- Does not require a allocator.
- Focus on easy of use
Not tested. Not ready
- Only supports Piggybacked responses
Rust implementation of the CoAP protocol for embedded systems.
Note: This library is NOT a full protocol implementation.
#![no_std]
Not tested. Not ready