Registry / async / ntex-rt

ntex-rt

JSON →
library3.13.1rscratesunverified

ntex runtime for asynchronous operations.

# Cargo.toml [dependencies] ntex-rt = "3.13.1"
INSTALL
IMPORT
SIG · NTEX-RT
N
ntex-rt
asyncrustv3.13.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.

Runtime
use ntex_rt::Runtime;

Create and use the ntex runtime.

use ntex_rt::Runtime; fn main() { let rt = Runtime::new().unwrap(); rt.block_on(async { println!("Hello from ntex runtime!"); }); }
Debug
Known issues
gotchaRequires the 'rt' feature flag to be enabled.
fix
Add `features = ["rt"]` to your Cargo.toml dependency.
affects: >=0.0.0
Upgrade
Version history
3.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
ntex-rt — cargo add ntex-rt · libregistry