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