Crates.io | embedded-svc |
lib.rs | embedded-svc |
version | 0.28.0 |
source | src |
created_at | 2021-07-19 06:25:04.375525 |
updated_at | 2024-06-23 12:06:41.452694 |
description | A set of traits for services higher level than embedded-hal and typically found in embedded microcontrollers with WiFi or BLE support. |
homepage | |
repository | https://github.com/esp-rs/embedded-svc |
max_upload_size | |
id | 424634 |
size | 153,946 |
This crate ships traits for embedded features such as wifi, networking, httpd, logging. The intended use is for concrete implementations to use the traits provided in this crate as a common base. This would eventually lead to a portable embedded ecosystem. The APIs currently have a single implementation for the ESP32[-XX] / ESP-IDF. However, they are meant to be portable and should be possible to implement for other boards too.
For more information, check out: