easy_store 0.1.0

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

extern crate alloc;

pub mod store;