Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
7deb59b719c0be7e58b73412c81df5f6d544a049
/
.
/
services
/
storage
/
src
/
lib.rs
blob: c5d58c326f57d4a6be318ba56880b0f077e2d9c0 [
file
]
// Licensed under the Apache-2.0 license
//! Persistent storage service and abstractions for OpenPRoT
//!
//! This crate provides storage abstractions and persistence capabilities.
#![
no_std
]