Ecosyste.ms: Packages

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

crates.io "async-foundations" keyword

Top 0.6% on crates.io
futures-executor 0.3.30
Executors for asynchronous tasks based on the futures-rs library.
35 versions - Latest release: 5 months ago - 222 dependent packages - 35,351 dependent repositories - 133 million downloads total - 5,224 stars on GitHub - 2 maintainers
Top 0.6% on crates.io
futures-channel 0.3.30
Channels for asynchronous communication using futures-rs.
35 versions - Latest release: 5 months ago - 364 dependent packages - 45,278 dependent repositories - 159 million downloads total - 5,224 stars on GitHub - 2 maintainers
Top 0.6% on crates.io
futures-util 0.3.30
Common utilities and extension traits for the futures-rs library.
35 versions - Latest release: 5 months ago - 2,795 dependent packages - 48,022 dependent repositories - 162 million downloads total - 5,224 stars on GitHub - 2 maintainers
Top 1.8% on crates.io
futures-test 0.3.30
Common utilities for testing components built off futures-rs.
32 versions - Latest release: 5 months ago - 94 dependent packages - 171 dependent repositories - 1.18 million downloads total - 5,224 stars on GitHub - 3 maintainers
Top 6.1% on crates.io
futures-stable-preview 0.2.3
futures which support internal references
2 versions - Latest release: almost 6 years ago - 3 dependent packages - 4 dependent repositories - 54.1 thousand downloads total - 5,224 stars on GitHub - 1 maintainer
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: almost 6 years ago - 2 dependent packages - 4 dependent repositories - 54 thousand downloads total - 5,224 stars on GitHub - 1 maintainer
Top 2.0% on crates.io
futures-macro 0.3.30
The futures-rs procedural macro implementations.
31 versions - Latest release: 5 months ago - 4 dependent packages - 37,316 dependent repositories - 137 million downloads total - 5,085 stars on GitHub - 2 maintainers
Top 4.5% on crates.io
pin-utils 0.1.0
Utilities for pinning
5 versions - Latest release: about 4 years ago - 206 dependent packages - 47,615 dependent repositories - 147 million downloads total - 92 stars on GitHub - 1 maintainer
Top 0.7% on crates.io
futures-task 0.3.30
Tools for working with tasks.
32 versions - Latest release: 5 months ago - 52 dependent packages - 46,835 dependent repositories - 159 million downloads total - 5,224 stars on GitHub - 2 maintainers
Top 0.6% on crates.io
futures-sink 0.3.30
The asynchronous `Sink` trait for the futures-rs library.
35 versions - Latest release: 5 months ago - 129 dependent packages - 45,125 dependent repositories - 157 million downloads total - 5,224 stars on GitHub - 2 maintainers
Top 0.6% on crates.io
futures-io 0.3.30
The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
36 versions - Latest release: 5 months ago - 214 dependent packages - 43,302 dependent repositories - 149 million downloads total - 5,224 stars on GitHub - 3 maintainers
Top 0.6% on crates.io
futures-core 0.3.30
The core traits and types in for the `futures` library.
35 versions - Latest release: 5 months ago - 872 dependent packages - 50,792 dependent repositories - 164 million downloads total - 5,224 stars on GitHub - 2 maintainers
Top 0.5% on crates.io
futures 0.3.30
An implementation of futures and streams featuring zero allocations, composability, and iterator-...
71 versions - Latest release: 5 months ago - 11,661 dependent packages - 44,386 dependent repositories - 159 million downloads total - 5,224 stars on GitHub - 3 maintainers
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: almost 6 years ago - 343 dependent packages - 465 dependent repositories - 1.17 million downloads total - 5,224 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: about 3 years ago - 4 dependent packages - 276 dependent repositories - 143 thousand downloads total - 5,224 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: almost 6 years ago - 120 dependent packages - 1,039 dependent repositories - 1.59 million downloads total - 5,180 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 6 years ago - 141 dependent packages - 6,327 dependent repositories - 12 million downloads total - 5,224 stars on GitHub - 1 maintainer
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: almost 6 years ago - 117 dependent packages - 1,158 dependent repositories - 1.73 million downloads total - 5,122 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: almost 6 years ago - 38 dependent packages - 1,117 dependent repositories - 1.61 million downloads total - 5,224 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: almost 6 years ago - 26 dependent packages - 712 dependent repositories - 1.31 million downloads total - 5,224 stars on GitHub - 1 maintainer
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: almost 6 years ago - 23 dependent packages - 607 dependent repositories - 1.21 million downloads total - 5,224 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: almost 6 years ago - 38 dependent packages - 432 dependent repositories - 1.17 million downloads total - 5,224 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: over 4 years ago - 1 dependent package - 93 dependent repositories - 281 thousand downloads total - 5,224 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: over 4 years ago - 14 dependent packages - 6 dependent repositories - 52.5 thousand downloads total - 5,224 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: almost 8 years ago - 1.29 thousand downloads total - 5,224 stars on GitHub - 1 maintainer
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: almost 8 years ago - 1 dependent package - 1.72 thousand 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: about 6 years ago - 1 dependent package - 1.87 thousand downloads total - 5,224 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: almost 6 years ago - 2 dependent packages - 2.04 thousand downloads total - 5,224 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: about 6 years ago - 3 dependent packages - 7 dependent repositories - 26 thousand downloads total - 5,224 stars on GitHub - 2 maintainers
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: over 4 years ago - 1 dependent package - 43 dependent repositories - 151 thousand downloads total - 5,224 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: almost 6 years ago - 2 dependent packages - 2.03 thousand downloads total - 5,224 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: about 6 years ago - 1 dependent package - 1.88 thousand downloads total - 5,224 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: almost 6 years ago - 3.79 thousand downloads total - 5,224 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: about 6 years ago - 1 dependent package - 3 dependent repositories - 16.2 thousand downloads total - 5,224 stars on GitHub - 1 maintainer