Crates.io | embedded-storage-inmemory |
lib.rs | embedded-storage-inmemory |
version | 0.1.1 |
source | src |
created_at | 2023-12-12 09:03:21.862319 |
updated_at | 2023-12-12 09:05:07.527718 |
description | An in-memory implementation of embedded-storage |
homepage | https://github.com/lulf/embedded-storage-inmemory |
repository | https://github.com/lulf/embedded-storage-inmemory |
max_upload_size | |
id | 1066186 |
size | 19,657 |
An in-memory implementation of the embedded-storage traits.
embedded-storage
defines a set of traits that can be implemented to provide non-volatile storage of different kinds, including but not limited to EEPROM, NOR-flash & NAND-flash, both external and internal.
The in-memory implementation is intended to use in unit tests or other places where you'd like to simulate a flash.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.