Registry / async / futures2

futures2

JSON →
library0.1.0rscratesunverified

Enables depending on futures 0.2 and futures 0.1 in the same crate.

# Cargo.toml [dependencies] futures2 = "0.1.0"
INSTALL
IMPORT
SIG · FUTURES2
F
futures2
asyncrustv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Compat01As03
use futures2::compat::Compat01As03;

Use compatibility layer between futures versions

use futures2::compat::Compat01As03; fn main() { // Compatibility layer between futures 0.1 and 0.2/0.3 println!("Compatibility enabled"); }
Debug
Known issues
breakingThis crate is a compatibility shim; prefer using futures 0.3 directly.
fix
Migrate to futures 0.3 and remove this dependency.
affects: >=0.1.0
Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources
futures2 — cargo add futures2 · libregistry