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