Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
f7cd78abd9fd7b8392de9ea9b8833c1ea08d66a2
/
.
/
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
]