Nazwa programu rdzy
println!("Program: {}", std::env::args().next().unwrap());
Mackerel
println!("Program: {}", std::env::args().next().unwrap());