toyrust 0.1.0

A Toy Rust library
Documentation
1
2
3
pub fn greet() -> String {
    "Hello, ToyRust!".to_string()
}