Modules§
Structs§
- Without
Comments char
iterator that removes comments based on a list ofComment
specifications. Unclosed comments (//...
or/*...
or equivalents) continue until the end of the iterator. Closing unopened block comments (... */
or equivalent) causes a panic.
Traits§
- Into
Without Comments - A trait to implement the
without_comments
method on allIterator<Item=char>