devela::sys::path

Function crate_root_string

Source
pub fn crate_root_string<P: AsRef<Path>>(path: P) -> String 
Available on crate feature std only.
Expand description

Like crate_root but returns a String.

In case of an error the returned string will be empty.