Crate no_comment

Source

Modules§

languages

Structs§

WithoutComments
char iterator that removes comments based on a list of Comment specifications. Unclosed comments (//... or /*... or equivalents) continue until the end of the iterator. Closing unopened block comments (... */ or equivalent) causes a panic.

Traits§

IntoWithoutComments
A trait to implement the without_comments method on all Iterator<Item=char>