mustang 0.19.0

Rust programs written entirely in Rust
Documentation
1
2
3
4
5
mustang::can_run_this!();

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