reventsource

Build Status

Rustx invoke cargo-script.

https://doc.rust-lang.org/reference/crates-and-source-files.html

Usage

  1. cargo install rustx, cargo install cargo-script

  2. create a file, for example, hello.rs as below, then chmod +x hello.rs, ./hello.rs.

``` rust

!/usr/bin/env rustx

fn main() { println!("Hello!"); } ```

License

Licensed under either of these:

Contributing

Please sign a cla, thanks!