pep-508 0.3.0

Python dependency parser for PEP 508
Documentation
1
2
3
4
5
6
7
macro_rules! set {
    ($($tt:tt)+) => {
        ::chumsky::primitive::any().filter(|c| matches!(c, $($tt)+))
    };
}

pub(crate) use set;