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