Skip to main content

Crate fff_grep

Crate fff_grep 

Source
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.
SearcherBuilder
A builder for configuring a searcher.
SinkFinish
Summary data reported at the end of a search.
SinkMatch
A type that describes a match reported by a searcher.

Traits§

Sink
A trait that defines how results from searchers are handled.
SinkError
A trait that describes errors that can be reported by searchers and implementations of Sink.