yoshuawuyts / futures-concurrency

Structured concurrency operations for async Rust
https://docs.rs/futures-concurrency
Apache License 2.0
413 stars 33 forks source link

fix no_std #196

Closed Easyoakland closed 1 month ago

Easyoakland commented 1 month ago

Fixes no_std after after futures-buffered accepts https://github.com/conradludgate/futures-buffered/pull/9.

futures-lite has std and alloc features by default which had to be disabled unless the same feature is enabled in this crate.

Easyoakland commented 1 month ago

Clippy checks don't look relevant to this PR.