Make store operations constant wrt flash operations

This commit is contained in:
Julien Cretin
2020-12-10 18:29:31 +01:00
parent c34d5c7d8a
commit edcc206e9d
5 changed files with 162 additions and 123 deletions

View File

@@ -344,6 +344,7 @@
//! storage, the store is checked not to crash.
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(try_trait)]
#[macro_use]
extern crate alloc;