#![doc = include_str!("../README.md")] #![no_std] #![warn(missing_docs)] mod persist; pub use persist::*;