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