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