3 unstable releases

0.4.1 Dec 4, 2023
0.4.0 Jan 16, 2023
0.3.0 Feb 7, 2022

#1888 in Embedded development

Download history 1377/week @ 2024-01-28 937/week @ 2024-02-04 1274/week @ 2024-02-11 2224/week @ 2024-02-18 1722/week @ 2024-02-25 2325/week @ 2024-03-03 2857/week @ 2024-03-10 2091/week @ 2024-03-17 2192/week @ 2024-03-24 1838/week @ 2024-03-31 2330/week @ 2024-04-07 2236/week @ 2024-04-14 2153/week @ 2024-04-21 2061/week @ 2024-04-28 1680/week @ 2024-05-05 2320/week @ 2024-05-12

8,398 downloads per month
Used in 31 crates (15 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