DEV Community

Toby Inkster
Toby Inkster

Posted on • Originally published at toby.ink on

zuzu-rust Released

zuzu-rust 0.1.0 is now available through cargo.

The Rust runtime is now available on crates.io.

https://crates.io/crates/zuzu-rust

You can install it using npm install -g zuzu-js.

Run simple inline code:

zuzu-rust -e 'say("Hello, world");'
Enter fullscreen mode Exit fullscreen mode

Run a full script:

zuzu-rust path/to/script.zzs
Enter fullscreen mode Exit fullscreen mode

Top comments (0)