Crate coap_client[−][src]
Re-exports
pub use backend::Backend; |
Modules
| backend | Backend module provides swappable CoAP client backends |
Structs
| Client | Generic (async) CoAP client |
| ClientOptions | |
| HostOptions | Options for connecting client to hosts |
| RequestOptions |
Enums
| Error | CoAP client errors |
| Method | The request codes. |
| Transport | Supported transports / schemes |
Constants
| COAP_MTU |
Type Definitions
| TokioClient |