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

Download history 1863/week @ 2024-07-20 1892/week @ 2024-07-27 2913/week @ 2024-08-03 2372/week @ 2024-08-10 3697/week @ 2024-08-17 8434/week @ 2024-08-24 8024/week @ 2024-08-31 7375/week @ 2024-09-07 6349/week @ 2024-09-14 7571/week @ 2024-09-21 3712/week @ 2024-09-28 3552/week @ 2024-10-05 4816/week @ 2024-10-12 5864/week @ 2024-10-19 4828/week @ 2024-10-26 11011/week @ 2024-11-02

27,096 downloads per month
Used in 45 crates (22 directly)

MIT/Apache

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

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.

Dependencies