3 unstable releases

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

#2123 in Embedded development

Download history 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 4821/week @ 2024-10-26 10939/week @ 2024-11-02 10706/week @ 2024-11-09 11500/week @ 2024-11-16 11257/week @ 2024-11-23 8311/week @ 2024-11-30 7038/week @ 2024-12-07 11349/week @ 2024-12-14 5823/week @ 2024-12-21 4706/week @ 2024-12-28

30,220 downloads per month
Used in 62 crates (25 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