lsofrs 4.11.0

Modern, high-performance lsof implementation in Rust
Documentation
1
2
3
4
5
//! `lsofrs` / `lsf` binary entry point — dispatches the CLI through `lsofrs::run()`.

fn main() {
    lsofrs::run();
}