Crate cfg_noodle

Crate cfg_noodle 

Source
Expand description

Configuration management ../../README.md

Re-exports§

pub use minicbor;
pub use mutex;
pub use mutex_traits;
pub use sequential_storage;

Modules§

consts
Constant values
data_portability
Data Portability Guide
error
Error types used for the list
flash
Flash storage wrapper for sequential storage operations.
safety_guide
Implementor’s safety guide
worker_task
Default worker task implementation

Structs§

Crc32
CRC32 implementation
KvPair
A key-value pair
SerData
Serialized Data Element
StorageList
“Global anchor” of all storage items.
StorageListNode
Represents the storage of a single T, linkable to a StorageList
StorageListNodeHandle
Handle for a StorageListNode that has been loaded and thus contains valid data

Enums§

Elem
A single element stored in flash
State
State of the StorageListNode<T>

Traits§

NdlDataStorage
A storage backend representing a FIFO queue of elements
NdlElemIter
An iterator over Elems stored in the queue.
NdlElemIterNode
A single element yielded from a NdlElemIter implementation