partiql_source_map/
lib.rs

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