Crate coap_client[−][src]
Re-exports
pub use backend::Backend; |
Modules
| backend | Backend module provides swappable CoAP client backends |
Structs
| Client | Async CoAP client, generic over Backend implementations |
| ClientOptions | Client connection options |
| HostOptions | Options for connecting client to hosts |
| RequestOptions | Request options, for configuring CoAP requests |
Enums
| Error | CoAP client errors |
| Method | The request codes. |
| Transport | Supported transports / schemes |
Constants
| COAP_MTU |
Type Definitions
| TokioClient | Tokio base CoAP client |