easy_store 0.2.0

A simple flash storage format for embedded systems
Documentation
1
2
3
4
5
#![no_std]

extern crate alloc;

pub mod store;