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