Expand description
Snippet-based text selection and boundary specification.
Re-exports§
pub use boundary::Boundary;pub use boundary::BoundaryError;pub use boundary::BoundaryMode;pub use boundary::Extent;pub use error::*;pub use resolution::*;
Modules§
- boundary
- Boundary specification and treatment modes.
- error
- Error types for snippet operations.
- replacement
- Snippet replacement operations. Snippet replacement operations on rope structures.
- resolution
- Snippet resolution to rope indices.
Enums§
- Snippet
- Specifies a text range through boundary markers or positions.