rustfs 0.0.2

RustFS is a high-performance distributed object storage software built using Rust, one of the most popular languages worldwide.
1
2
3
fn main() {
    println!("Hello, RustFS!");
}