tokmd-analysis 1.10.0

Analysis logic and enrichers for tokmd receipts.
Documentation
1
2
3
4
#[allow(dead_code)]
pub(crate) fn normalize_path_like(path: &str) -> String {
    path.replace('\\', "/").to_lowercase()
}