esp-idf-svc 0.43.1

Implementation of the embedded-svc traits for ESP-IDF (Espressif's IoT Development Framework)
# Type-Safe Rust Wrappers for various ESP-IDF services

[![CI](https://github.com/esp-rs/esp-idf-svc/actions/workflows/ci.yml/badge.svg)](https://github.com/esp-rs/esp-idf-svc/actions/workflows/ci.yml)
[![Documentation](https://img.shields.io/badge/docs-esp--rs-brightgreen)](https://esp-rs.github.io/esp-idf-svc/esp_idf_svc/index.html)

This crate contains wrappers which are mostly implementations of the abstractions defined in the [embedded-svc](https://github.com/ivmarkov/embedded-svc) project. It has features such as wifi, networking, httpd, logging.

For more information, check out:
* The [Rust on ESP Book]https://esp-rs.github.io/book/
* The [embedded-svc]https://github.com/esp-rs/embedded-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