1 2 3 4 5 6
/// Contains the case trait and its implementations for `String` and `&str` pub mod case; /// Contains all the definition and implementations for the enums/traits/structs for the Span related stuff. /// /// (`BytePos`, `Span`) pub mod span;