/minfo

Primary LanguageRust

minfo

Some simple code experimenting with Rust, Vec, and struct/impl

Prints out mounted disk paths, akin to df, but minus the used/space details

Uses https://lib.rs/install/mountpoints

Concern: Need to re-write without using unwrap