futures-micro

License Package Documentation

To futures-lite as futures-lite is to futures: smaller.

Features: * Fun tools to write everything as async fns. * Tiny, no dependencies. * 100% no_std support, no heap allocation required! * Complete stable compiler support - Uses no nightly features!

Status

Beta? The API we have here seems pretty reasonable now.

If there's something you're missing, you may be looking for futures-lite.

Soundness

This crate uses unsafe for pin projection. We believe the code to be correct, but we'd welcome more eyes on it.

Yes, we could get rid of them with pin-project-lite, but it's just hiding the mess and then we couldn't claim zero dependencies.

Copyright and License

Copyright (c) 2020 James Laver, Matthieu le Brazidec, Stjepan Glavina, Erik Zscheile, futures-micro contributors, futures-lite contributors

Licensed under Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0), with LLVM Exceptions (https://spdx.org/licenses/LLVM-exception.html).

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 licensed as above, without any additional terms or conditions.