embedded-svc

Crates.ioembedded-svc
lib.rsembedded-svc
version
sourcesrc
created_at2021-07-19 06:25:04.375525
updated_at2025-01-02 10:50:11.270167
descriptionA set of traits for services higher level than embedded-hal and typically found in embedded microcontrollers with WiFi or BLE support.
homepage
repositoryhttps://github.com/esp-rs/embedded-svc
max_upload_size
id424634
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`
size0
espressif (github:esp-rs:espressif)

documentation

README

Rust APIs and abstractions for embedded services

CI crates.io Documentation Matrix

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:

Commit count: 367

cargo fmt