ripfetch 0.0.0

The most originally named neofetch ripoff you've seen.
Documentation
1
2
3
4
5
6
7
//! Ripfetch binary code.
//!

// for now we leave the basic static code.
fn main() {
    println!("Hello, world!");
}