Registry / async / kayrx
library0.18.0rscratesunverified

The Kayrx framework for building asynchronous applications.

# Cargo.toml [dependencies] kayrx = "0.18.0"
INSTALL
IMPORT
SIG · KAYRX
K
kayrx
asyncrustv0.18.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.

prelude
use kayrx::prelude::*;

Run an async main function using the Kayrx runtime.

use kayrx::prelude::*; #[kayrx::main] async fn main() { println!("Hello from Kayrx!"); }
Debug
Known issues
gotchaRequires the `#[kayrx::main]` attribute or manual runtime setup.
fix
Use `#[kayrx::main]` on your async main function.
affects: >=0.18.0
Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
kayrx — cargo add kayrx · libregistry