#embedded-hal #higher-level #hal #svc

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.28.0 Jun 23, 2024
0.27.1 Feb 22, 2024
0.27.0 Jan 26, 2024
0.26.4 Nov 12, 2023
0.7.0 Jul 19, 2021

#600 in Embedded development

Download history 3460/week @ 2024-07-20 3797/week @ 2024-07-27 4002/week @ 2024-08-03 4452/week @ 2024-08-10 3595/week @ 2024-08-17 3948/week @ 2024-08-24 4794/week @ 2024-08-31 4054/week @ 2024-09-07 4775/week @ 2024-09-14 3678/week @ 2024-09-21 2661/week @ 2024-09-28 2632/week @ 2024-10-05 2576/week @ 2024-10-12 2758/week @ 2024-10-19 2982/week @ 2024-10-26 2701/week @ 2024-11-02

11,384 downloads per month
Used in 35 crates (22 directly)

MIT/Apache

125KB
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.2–2MB
~42K SLoC