1 2 3 4 5 6 7 8
#![deny(rust_2018_idioms)] #![deny(clippy::all)] //! Source offset & position types and mapping-related helpers. pub mod line_offset_tracker; pub mod location; pub mod metadata;