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