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
318 stars 178 forks source link

Expand EspNvs impl with new functions (remove all keys, iterator) #340

Open punkto opened 9 months ago

punkto commented 9 months ago

There are some interesting functions that I think are interesting to have at EspNvs level that are already defined in the bindings like:

Do you think they could be added to the EspNvs impl?

ivmarkov commented 8 months ago

Well if somebody wants to help by contributing a PR - yes - why not?