Expand description
Simplified grep-searcher for fff.nvim.
Provides line-oriented search over byte slices with optional multi-line support.
Only search_slice is supported – no file/reader/mmap search.
Modules§
- lines
- A collection of routines for performing operations on lines.
Structs§
- Searcher
- A searcher executes searches over a haystack and writes results to a caller provided sink.
- Searcher
Builder - A builder for configuring a searcher.
- Sink
Finish - Summary data reported at the end of a search.
- Sink
Match - A type that describes a match reported by a searcher.