rustly 0.1.0

Rust DataFrames
Documentation
1
2
3
4
pub fn hello_world() -> String {
    let s = String::from("Hello World");
    return s;
}