esp-idf-svc
esp-idf-svc copied to clipboard
Type-Safe Rust Wrappers for various ESP-IDF services (WiFi, Network, Httpd, Logging, etc.)
Type-Safe Rust Wrappers for various ESP-IDF services
This crate contains wrappers which are mostly implementations of the abstractions defined in the embedded-svc project. It has features such as wifi, networking, httpd, logging.
For more information, check out:
- The Rust on ESP Book
- The embedded-svc project
- The esp-idf-template project
- The esp-idf-sys project
- The esp-idf-hal project
- The Rust for Xtensa toolchain
- The Rust-with-STD demo project