1 2 3 4 5 6 7 8
//! Shared text utilities for the linter, LSP, and CLI. pub mod buffer; pub(crate) mod line_diff; pub mod line_index; pub use buffer::TextBuffer; pub use line_index::{LineCol, LineIndex, PositionEncoding};