Registry / async / rill-engine

rill-engine

JSON →
library0.41.0rscratesunverified

The RillRate Protocol async engine for building real-time applications.

# Cargo.toml [dependencies] rill-engine = "0.41.0"
INSTALL
IMPORT
SIG · RILL-ENGINE
R
rill-engine
asyncrustv0.41.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.

Engine
use rill_engine::Engine;

Initializes and runs the RillRate engine.

use rill_engine::Engine; #[tokio::main] async fn main() { let engine = Engine::new(); engine.run().await; }
Debug
Known issues
gotchaRequires a Tokio runtime to execute async operations.
fix
Add `tokio` as a dependency and use `#[tokio::main]`.
affects: *
Upgrade
Version history
0.41.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
rill-engine — cargo add rill-engine · libregistry