rustpython-literal 0.5.0

Common literal handling utilities mostly useful for unparse and repr.
Documentation
1
2
3
4
5
#[derive(Debug, PartialEq, Eq, Clone, Copy, is_macro::Is, Hash)]
pub enum Case {
    Lower,
    Upper,
}