Registry / async / lifeline

lifeline

JSON →
library0.6.1rscratesunverified

Lifeline is a dependency injection library for asynchronous message-based applications.

# Cargo.toml [dependencies] lifeline = "0.6.1"
INSTALL
IMPORT
SIG · LIFELINE
L
lifeline
asyncrustv0.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.

Service
use lifeline::Service;

Creates a new lifeline service instance.

use lifeline::Service; fn main() { let _service = Service::new(); }
Debug
Known issues
gotchaRequires an async runtime (tokio or async-std)
fix
Add `tokio` or `async-std` as a dependency and use `#[tokio::main]` or similar
affects: >=0.6.0
Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Resources
lifeline — cargo add lifeline · libregistry