#svc #hal #higher-level

no-std embedded-svc

A set of traits for services higher level than embedded-hal and typically found in embedded microcontrollers with WiFi or BLE support

60 releases

0.27.1 Feb 22, 2024
0.26.4 Nov 12, 2023
0.25.3 Jul 5, 2023
0.24.0 Dec 13, 2022
0.7.0 Jul 19, 2021

#209 in Embedded development

Download history 2613/week @ 2024-01-01 3071/week @ 2024-01-08 2939/week @ 2024-01-15 3461/week @ 2024-01-22 2880/week @ 2024-01-29 2336/week @ 2024-02-05 3102/week @ 2024-02-12 4004/week @ 2024-02-19 3381/week @ 2024-02-26 3373/week @ 2024-03-04 3399/week @ 2024-03-11 3552/week @ 2024-03-18 2948/week @ 2024-03-25 3327/week @ 2024-04-01 2213/week @ 2024-04-08 3150/week @ 2024-04-15

12,014 downloads per month
Used in 30 crates (23 directly)

MIT/Apache

115KB
3.5K SLoC

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:

Dependencies

~1.5–2.5MB
~51K SLoC