Re-exports
pub use buf::segment::SegStr;pub use buf::SegBuffer;pub use err::Result;pub use index::LineIndex;pub use matches::LineSet;
Modules
- The
bufmodule contains the SegBuffer struct, which is the main interface for creating and interacting with the segmented buffers. - Error types and utilities.