atlas_core/utils/
mod.rs

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