| Crates.io | unicom |
| lib.rs | unicom |
| version | 0.4.0 |
| created_at | 2020-04-30 06:29:00.380322+00 |
| updated_at | 2024-05-19 18:28:11.126246+00 |
| description | Unified communication for IoT clients |
| homepage | https://github.com/katyo/unicom |
| repository | https://github.com/katyo/unicom |
| max_upload_size | |
| id | 235688 |
| size | 20,682 |
The backends interface was introduced to support different connection methods. Each backend should provide the way to establish bidirectional connection for exchanging binary data with devices.
IMPORTANT NOTE: Async runtime feature should be selected explicitly.