lsofrs 4.11.1

Modern, high-performance lsof implementation in Rust
Documentation
1
2
3
4
5
//! `lsf` — short alias entry point, identical dispatch to `lsofrs`.

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