embedded-svc 0.27.1

A set of traits for services higher level than embedded-hal and typically found in embedded microcontrollers with WiFi or BLE support.
docs.rs failed to build embedded-svc-0.27.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: embedded-svc-0.27.0

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: