use PathBuf;
/// println! the name of a type
Sized>
/// This function makes it possible to interpret a Windows path correctly
/// from Linux, and viceversa.
///
/// NOTE: This only works well with relative paths.
///
// https://udoprog.github.io/rust/2017-11-05/portability-concerns-with-path.html
// https://users.rust-lang.org/t/parsing-cross-platform-paths/18726
pub