3 stable releases
Uses old Rust 2015
1.1.1 | Jan 20, 2017 |
---|---|
1.1.0 | Sep 8, 2016 |
1.0.0 | Jul 20, 2016 |
#6 in #where
37KB
1K
SLoC
whereami-rs
whereami
for Rust.
Requirements
Native whereami
is built automatically.
Docs
Autoupdated docs can be found here.
lib.rs
:
whereami
for Rust.
Used for checking where the current executable/DLL is.
Examples:
println!("This executable is at {}", whereami::executable_path().unwrap().to_str().unwrap());
println!("This exec/DLL is at {}", whereami::module_path().unwrap().to_str().unwrap());
Dependencies
~56KB