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