Expand description
ESP-IDF compatible NVS (Non-Volatile Storage) partition table parser and generator.
Re-exports§
pub use error::Error;pub use partition::DataValue;pub use partition::EntryContent;pub use partition::FileEncoding;pub use partition::NvsEntry;
Modules§
Structs§
- NvsPartition
- A collection of NVS key-value entries, optionally spanning multiple namespaces.
Constants§
- MAX_
KEY_ LENGTH - Maximum Key length is 15 bytes + 1 byte for the null terminator.