Crate grep [] [src]

A fast line oriented regex searcher.

Structs

Grep

A fast line oriented regex searcher.

GrepBuilder

A builder for a grep searcher.

Iter

An iterator over all matches in a particular buffer.

Match

A matched line.

Enums

Error

Error enumerates the list of possible error conditions when building or using a Grep line searcher.

Type Definitions

Result

Result is a convenient type alias that fixes the type of the error to the Error type defined in this crate.