An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

crates.io "async-foundations" keyword

View the packages on the crates.io package registry that are tagged with the "async-foundations" keyword.

Top 2.3% on crates.io
futures-io-preview 0.2.2
The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
20 versions - Latest release: about 7 years ago - 23 dependent packages - 607 dependent repositories - 1.48 million downloads total - 5,713 stars on GitHub - 1 maintainer
Top 0.7% on crates.io
futures-task 0.3.31
Tools for working with tasks.
33 versions - Latest release: 11 months ago - 52 dependent packages - 46,835 dependent repositories - 356 million downloads total - 5,395 stars on GitHub - 2 maintainers
Top 1.5% on crates.io
futures-core-preview 0.2.3
The core traits and types in for the `futures` library.
21 versions - Latest release: about 7 years ago - 117 dependent packages - 1,158 dependent repositories - 2.08 million downloads total - 5,224 stars on GitHub - 1 maintainer
Top 0.6% on crates.io
futures-core 0.3.31
The core traits and types in for the `futures` library.
36 versions - Latest release: 11 months ago - 872 dependent packages - 50,792 dependent repositories - 364 million downloads total - 5,395 stars on GitHub - 2 maintainers
Top 0.6% on crates.io
futures-executor 0.3.31
Executors for asynchronous tasks based on the futures-rs library.
36 versions - Latest release: 11 months ago - 222 dependent packages - 35,351 dependent repositories - 293 million downloads total - 5,395 stars on GitHub - 2 maintainers
Top 2.0% on crates.io
futures-macro 0.3.31
The futures-rs procedural macro implementations.
32 versions - Latest release: 11 months ago - 4 dependent packages - 37,316 dependent repositories - 304 million downloads total - 5,395 stars on GitHub - 2 maintainers
Top 1.8% on crates.io
futures-test 0.3.31
Common utilities for testing components built off futures-rs.
33 versions - Latest release: 11 months ago - 94 dependent packages - 171 dependent repositories - 4.88 million downloads total - 5,395 stars on GitHub - 3 maintainers
supply-chain-trust-example-crate-000081 1.5.0
Channels for asynchronous communication using futures-rs.
2 versions - Latest release: 10 months ago - 1.43 thousand downloads total - 5,710 stars on GitHub - 1 maintainer
supply-chain-trust-example-crate-000088 0.3.31
An implementation of futures and streams featuring zero allocations, composability, and iterator-...
1 version - Latest release: 6 months ago - 565 downloads total - 5,710 stars on GitHub - 1 maintainer
supply-chain-trust-example-crate-000073 0.3.32
Common utilities and extension traits for the futures-rs library.
1 version - Latest release: 6 months ago - 587 downloads total - 5,710 stars on GitHub - 1 maintainer
Top 0.6% on crates.io
futures-util 0.3.31
Common utilities and extension traits for the futures-rs library.
36 versions - Latest release: 11 months ago - 2,795 dependent packages - 48,022 dependent repositories - 356 million downloads total - 5,395 stars on GitHub - 2 maintainers
Top 1.9% on crates.io
futures-util-preview 0.2.2
Common utilities and extension traits for the futures-rs library.
21 versions - Latest release: about 7 years ago - 120 dependent packages - 1,039 dependent repositories - 1.91 million downloads total - 5,395 stars on GitHub - 1 maintainer
Top 1.6% on crates.io
futures-channel-preview 0.2.2
Channels for asynchronous communication using futures-rs.
20 versions - Latest release: about 7 years ago - 38 dependent packages - 1,117 dependent repositories - 1.92 million downloads total - 5,395 stars on GitHub - 1 maintainer
Top 0.8% on crates.io
futures-cpupool 0.1.8
An implementation of thread pools which hand out futures to the results of the computation on the...
9 versions - Latest release: over 7 years ago - 141 dependent packages - 6,327 dependent repositories - 13.4 million downloads total - 5,224 stars on GitHub - 1 maintainer
futures-macro-await 0.2.1
Definition of the `await!` macro for the `futures` crate.
1 version - Latest release: over 7 years ago - 1 dependent package - 3.52 thousand downloads total - 5,710 stars on GitHub - 1 maintainer
Top 4.5% on crates.io
pin-utils 0.1.0
Utilities for pinning
5 versions - Latest release: over 5 years ago - 206 dependent packages - 47,615 dependent repositories - 329 million downloads total - 97 stars on GitHub - 1 maintainer
Top 0.5% on crates.io
futures 0.3.31
An implementation of futures and streams featuring zero allocations, composability, and iterator-...
72 versions - Latest release: 11 months ago - 11,661 dependent packages - 44,386 dependent repositories - 246 million downloads total - 5,703 stars on GitHub - 3 maintainers
Top 0.6% on crates.io
futures-channel 0.3.31
Channels for asynchronous communication using futures-rs.
36 versions - Latest release: 11 months ago - 364 dependent packages - 45,278 dependent repositories - 250 million downloads total - 5,703 stars on GitHub - 2 maintainers
Top 0.6% on crates.io
futures-io 0.3.31
The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
37 versions - Latest release: 11 months ago - 214 dependent packages - 43,302 dependent repositories - 240 million downloads total - 5,703 stars on GitHub - 3 maintainers
Top 6.7% on crates.io
futures-async-runtime-preview 0.2.3
Runtime for the async/await macros in the `futures` crate.
2 versions - Latest release: about 7 years ago - 2 dependent packages - 4 dependent repositories - 64.1 thousand downloads total - 5,703 stars on GitHub - 1 maintainer
futures-macro-async 0.2.1
Definition of the `#[async]` macro for the `futures-rs` crate as well as a few other assorted mac...
1 version - Latest release: over 7 years ago - 1 dependent package - 3.48 thousand downloads total - 5,693 stars on GitHub - 1 maintainer
Top 2.2% on crates.io
futures-executor-preview 0.2.2
Executors for asynchronous tasks based on the futures-rs library.
21 versions - Latest release: about 7 years ago - 38 dependent packages - 432 dependent repositories - 1.41 million downloads total - 5,693 stars on GitHub - 1 maintainer
Top 6.1% on crates.io
futures-stable-preview 0.2.3
futures which support internal references
2 versions - Latest release: about 7 years ago - 3 dependent packages - 4 dependent repositories - 64.1 thousand downloads total - 5,693 stars on GitHub - 1 maintainer
futures-macro-async-preview 0.2.2
Definition of the `#[async]` macro for the `futures-rs` crate as well as a few other assorted mac...
1 version - Latest release: about 7 years ago - 2 dependent packages - 3.6 thousand downloads total - 5,693 stars on GitHub - 1 maintainer
Top 6.2% on crates.io
futures-join-macro-preview 0.3.0-alpha.19
Definition of the `join!` macro and the `try_join!` macro.
2 versions - Latest release: almost 6 years ago - 1 dependent package - 43 dependent repositories - 169 thousand downloads total - 5,693 stars on GitHub - 1 maintainer
Top 2.2% on crates.io
futures-sink-preview 0.2.2
The asynchronous `Sink` trait for the futures-rs library.
20 versions - Latest release: about 7 years ago - 26 dependent packages - 712 dependent repositories - 1.56 million downloads total - 5,693 stars on GitHub - 1 maintainer
futures-tls 0.1.0
An implementation of TLS/SSL streams on top of the `futures_io` crate giving an implementation of...
1 version - Latest release: about 9 years ago - 2.37 thousand downloads total - 5,693 stars on GitHub - 1 maintainer
futures-v01x 0.1.0
A mirror of futures v0.1.x to play nicely with futures-compat and futures v0.2.x
1 version - Latest release: over 7 years ago - 4.89 thousand downloads total - 5,693 stars on GitHub - 1 maintainer
Top 2.1% on crates.io
futures-preview 0.2.2
An implementation of futures and streams featuring zero allocations, composability, and iterator-...
21 versions - Latest release: about 7 years ago - 343 dependent packages - 465 dependent repositories - 1.39 million downloads total - 5,693 stars on GitHub - 1 maintainer
Top 8.9% on crates.io
futures-async-runtime 0.2.1
Runtime for the async/await macros in the `futures` crate.
1 version - Latest release: over 7 years ago - 1 dependent package - 3 dependent repositories - 21.2 thousand downloads total - 5,682 stars on GitHub - 1 maintainer
Top 3.6% on crates.io
futures01 0.1.31
An implementation of futures and streams featuring zero allocations, composability, and iterator-...
5 versions - Latest release: over 4 years ago - 4 dependent packages - 276 dependent repositories - 159 thousand downloads total - 5,682 stars on GitHub - 2 maintainers
futures-mio 0.1.0
Bindings from the `futures` crate to the `mio` crate to get I/O in the form of futures and streams.
1 version - Latest release: about 9 years ago - 1 dependent package - 2.83 thousand downloads total - 5,682 stars on GitHub - 1 maintainer
Top 4.5% on crates.io
futures-test-preview 0.3.0-alpha.19
Common utilities for testing components built off futures-rs.
16 versions - Latest release: almost 6 years ago - 14 dependent packages - 6 dependent repositories - 74.9 thousand downloads total - 5,682 stars on GitHub - 1 maintainer
futures-macro-await-preview 0.2.2
Definition of the `await!` macro for the `futures` crate.
1 version - Latest release: about 7 years ago - 2 dependent packages - 3.61 thousand downloads total - 5,682 stars on GitHub - 1 maintainer
Top 5.8% on crates.io
futures-select-macro-preview 0.3.0-alpha.19
The `select!` macro for waiting on multiple different `Future`s at once and handling the first on...
9 versions - Latest release: almost 6 years ago - 1 dependent package - 93 dependent repositories - 321 thousand downloads total - 5,677 stars on GitHub - 1 maintainer
Top 6.2% on crates.io
futures-stable 0.2.1
futures which support internal references
4 versions - Latest release: over 7 years ago - 3 dependent packages - 7 dependent repositories - 35.8 thousand downloads total - 5,677 stars on GitHub - 2 maintainers
Top 0.6% on crates.io
futures-sink 0.3.31
The asynchronous `Sink` trait for the futures-rs library.
36 versions - Latest release: 11 months ago - 129 dependent packages - 45,125 dependent repositories - 251 million downloads total - 5,224 stars on GitHub - 2 maintainers