1 2 3 4 5
//! Text utilities shared across the CLI, diagnostics, and the language server. pub mod line_index; pub use line_index::{LineCol, LineIndex};