#svc #hal

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

61 releases

0.26.4 Nov 12, 2023
0.26.1 Oct 19, 2023
0.25.3 Jul 5, 2023
0.24.0 Dec 13, 2022
0.7.0 Jul 19, 2021

#99 in Embedded development

Download history 2842/week @ 2023-08-13 2668/week @ 2023-08-20 2704/week @ 2023-08-27 3177/week @ 2023-09-03 2503/week @ 2023-09-10 3941/week @ 2023-09-17 2481/week @ 2023-09-24 2678/week @ 2023-10-01 2524/week @ 2023-10-08 4225/week @ 2023-10-15 3491/week @ 2023-10-22 4215/week @ 2023-10-29 3958/week @ 2023-11-05 3927/week @ 2023-11-12 3719/week @ 2023-11-19 4868/week @ 2023-11-26

17,011 downloads per month
Used in 21 crates (16 directly)

MIT/Apache

190KB
6K 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
~53K SLoC