3 unstable releases

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

#1833 in Embedded development

Download history 1729/week @ 2023-12-17 862/week @ 2023-12-24 892/week @ 2023-12-31 1894/week @ 2024-01-07 1349/week @ 2024-01-14 1579/week @ 2024-01-21 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 2203/week @ 2024-03-24 2024/week @ 2024-03-31

9,387 downloads per month
Used in 28 crates (14 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