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§

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