Library that returns information about it's parent process.
callee = "0.1.0"
or use cargo add
:
cargo add callee
use callee::Callee;
let callee = Callee::init().unwrap();
println!("Comm: {}", callee.comm());
println!("Info: {}", callee.info());
The library currently fits my needs, but is still limited, notably:
If people are interested in adding a cross platform solution, please reach out.
If you have different needs, or find improvements, I am always happy about contributions. Please see the contributing section for that.
MIT