esp-rs / esp-idf-svc

Type-Safe Rust Wrappers for various ESP-IDF services (WiFi, Network, Httpd, Logging, etc.)
https://docs.esp-rs.org/esp-idf-svc/
Apache License 2.0
285 stars 161 forks source link

Is it possible to impl `embedded-storage` for nvs? #405

Open HaoboGu opened 2 months ago

HaoboGu commented 2 months ago

embedded-storage is a widely used storage trait in Rust embedded world. Is it possible to implement this trait for nvs? If that, nvs could be compatible with a lot of external drivers that requires embedded-storage

Vollbrecht commented 1 week ago

It's absolutely possible, if someone finds the time to tackle it we are open for PR's and are happy to help reviewing it.