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§
- Char
Whitelist - Removes all non-whitelisted characters from the wrapped stream.
- Comment
Strip - Removes comments from the wrapped stream.