Crates.io | embedded-svc |
lib.rs | embedded-svc |
version | |
source | src |
created_at | 2021-07-19 06:25:04.375525 |
updated_at | 2025-01-02 10:50:11.270167 |
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 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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: