Module broot::content_search

source ·

Structs

  • The BufReader<R> struct adds buffering to any reader.
  • a displayable representation of where the needle was found, with some text around
  • a strict (non fuzzy, case sensitive) pattern which may be searched in file contents

Enums

Constants

Traits

  • A BufRead is a type of Reader which has an internal buffer, allowing it to perform extra ways of reading.

Functions