eyra 0.22.0

Rust programs written entirely in Rust
Documentation
1
2
3
4
5
extern crate eyra;

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