Registry / async / agnostic

agnostic

JSON →
library0.9.0rscratesunverified

An agnostic abstraction layer for any async runtime.

# Cargo.toml [dependencies] agnostic = "0.9.0"
INSTALL
IMPORT
SIG · AGNOSTIC
A
agnostic
asyncrustv0.9.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.

Runtime
use agnostic::Runtime;

Use agnostic runtime abstraction with Tokio.

use agnostic::Runtime; fn main() { let rt = agnostic::tokio::Tokio::new(); rt.block_on(async { println!("Hello from agnostic runtime"); }); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
57 hits · last 30 days
node
50
OpenAI (training)
1
Resources
agnostic — cargo add agnostic · libregistry