patholog 1.0.0

Diagnose, explain, clean, and safely repair PATH behavior.
Documentation
1
2
3
4
5
6
7
8
9
mod dedupe;
mod key;

pub(crate) use dedupe::first_unique_entries;
pub(crate) use key::comparison_key;

#[cfg(test)]
#[path = "normalize/tests.rs"]
mod tests;