Registry / async / futures-lite

futures-lite

JSON →
library2.6.1rscratesunverified

Lightweight futures, streams, and async I/O combinators.

# Cargo.toml [dependencies] futures-lite = "2.6.1"
INSTALL
IMPORT
SIG · FUTURES-LITE
F
futures-lite
asyncrustv2.6.1
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.

block_on
use futures_lite::future::block_on;

Simple async function executed with futures-lite's block_on.

use futures_lite::future::block_on; async fn hello() -> String { "Hello, world!".to_string() } fn main() { let result = block_on(hello()); println!("{}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
futures-lite — cargo add futures-lite · libregistry