3 unstable releases

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

#1987 in Embedded development

Download history 2191/week @ 2024-03-14 2468/week @ 2024-03-21 1534/week @ 2024-03-28 2213/week @ 2024-04-04 2321/week @ 2024-04-11 2142/week @ 2024-04-18 2044/week @ 2024-04-25 2038/week @ 2024-05-02 1984/week @ 2024-05-09 2100/week @ 2024-05-16 1840/week @ 2024-05-23 2008/week @ 2024-05-30 1905/week @ 2024-06-06 2005/week @ 2024-06-13 2089/week @ 2024-06-20 1766/week @ 2024-06-27

8,094 downloads per month
Used in 32 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