Registry / async / pasts
library0.14.3rscratesunverified

Provides a minimal and simpler alternative to the futures crate for async programming.

# Cargo.toml [dependencies] pasts = "0.14.3"
INSTALL
IMPORT
SIG · PASTS
P
pasts
asyncrustv0.14.3
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.

Future
use pasts::Future;

Import the Future trait

use pasts::Future; fn main() { println!("Future trait available"); }
Debug
Known issues
gotchaNot compatible with the standard futures crate ecosystem
fix
Use the futures crate for broader compatibility with async runtimes and utilities
affects: >=0.0.0
Upgrade
Version history
0.14.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
30
Resources
pasts — cargo add pasts · libregistry