Expand description
§ReadFilter: Wrappers for Read
able things.
A collection of structs you can wrap around something Read
able 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.