//! Position and range types for document editing
//!
//! Provides types and builders for working with positions and ranges
//! in documents. Supports both byte offsets and line/column positions
//! with efficient conversion between them using the rope data structure.
pub use PositionBuilder;
pub use ;
pub use Range;
pub use Selection;