Registry / async / lunatic

lunatic

JSON →
library0.14.1rscratesunverified

Helper library for building Rust applications that run on the lunatic runtime.

# Cargo.toml [dependencies] lunatic = "0.14.1"
INSTALL
IMPORT
SIG · LUNATIC
L
lunatic
asyncrustv0.14.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.

Process
use lunatic::Process;

Spawns a new process using lunatic's Process API.

use lunatic::Process; fn main() { let child = Process::spawn(|| { println!("Hello from lunatic process!"); }).unwrap(); child.join().unwrap(); }
Debug
Known issues
gotchaRequires the lunatic runtime to execute; not a standard Rust binary.
fix
Compile with --target wasm32-wasi and run with the lunatic runtime.
affects: >=0.0.0
Upgrade
Version history
0.14.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
lunatic — cargo add lunatic · libregistry