nomino 1.5.1

Batch rename utility for developers
Documentation
1
2
3
4
5
#[cfg(not(target_os = "windows"))]
pub const MAIN_SEPARATOR: &str = "/";

#[cfg(target_os = "windows")]
pub const MAIN_SEPARATOR: &str = "\\\\";