3 unstable releases

0.1.1 Nov 13, 2023
0.1.0 Aug 30, 2022
0.0.0 Oct 31, 2020

#134 in Embedded development

Download history 3596/week @ 2023-12-12 3388/week @ 2023-12-19 3170/week @ 2023-12-26 3250/week @ 2024-01-02 4000/week @ 2024-01-09 4678/week @ 2024-01-16 6287/week @ 2024-01-23 4609/week @ 2024-01-30 4478/week @ 2024-02-06 6447/week @ 2024-02-13 7470/week @ 2024-02-20 6102/week @ 2024-02-27 7259/week @ 2024-03-05 8252/week @ 2024-03-12 8377/week @ 2024-03-19 5910/week @ 2024-03-26

30,849 downloads per month
Used in 76 crates (44 directly)

MIT/Apache

30KB
656 lines

embassy-futures

An Embassy project.

Utilities for working with futures, compatible with no_std and not using alloc. Optimized for code size, ideal for embedded systems.

Interoperability

Futures from this crate can run on any executor.

Minimum supported Rust version (MSRV)

Embassy is guaranteed to compile on the latest stable Rust version at the time of release. It might compile with older versions but that may change in any new patch release.

License

This work is licensed under either of

at your option.

Dependencies

~190KB