3 unstable releases
0.4.1 | Dec 4, 2023 |
---|---|
0.4.0 | Jan 16, 2023 |
0.3.0 | Feb 7, 2022 |
#2127 in Embedded development
27,096 downloads per month
Used in 45 crates
(22 directly)
26KB
351 lines
embedded-storage-async
An Embedded Storage Abstraction Layer
This create defines a set of async traits variants of embedded-storage.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
lib.rs
:
embedded-storage-async - An async Storage Abstraction Layer for Embedded Systems
Storage traits to allow on and off board storage devices to read and write data asynchronously.