rustx 0.0.0

Rustx invoke cargo-script.
rustx-0.0.0 is not a library.

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.

#!/usr/bin/env rustx

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

License

Licensed under either of these:

Contributing

Please sign a cla, thanks!