Crate readfilter

Source
Expand description

§ReadFilter: Wrappers for Readable things.

A collection of structs you can wrap around something Readable in order to transparently filter out unwanted content.

Structs§

  • Removes all non-whitelisted characters from the wrapped stream.
  • Removes comments from the wrapped stream.