embedded-svc 0.19.0

A set of traits for services higher level than embedded-hal and typically found in embedded microcontrollers with WiFi or BLE support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rust APIs and abstractions for embedded services
  (WiFi, Network, Httpd, Logging, etc.)

![CI](https://github.com/esp-rs/embedded-svc/actions/workflows/ci.yml/badge.svg)

The APIs currently have a single implementation for the [ESP32[-XX] / ESP-IDF](https://github.com/esp-rs/esp-idf-svc).
<br><br>
However, they are portable and should be possible to implement for other boards too.


For more information, check out:
* The [Rust on ESP Book]https://esp-rs.github.io/book/
* The [esp-idf-svc]https://github.com/esp-rs/esp-idf-svc project
* The [esp-idf-template]https://github.com/esp-rs/esp-idf-template project
* The [esp-idf-sys]https://github.com/esp-rs/esp-idf-sys project
* The [esp-idf-hal]https://github.com/esp-rs/esp-idf-hal project
* The [Rust for Xtensa toolchain]https://github.com/esp-rs/rust-build
* The [Rust-with-STD demo]https://github.com/ivmarkov/rust-esp32-std-demo project