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