Expand description
§string_parser
string_parser is a crate that find tokens in source files and parse the inside
Functions§
- string_
parser - Main function of the create
- string_
parser_ with_ file - Like string_parser_with_line but the callback function also take the file path as arguments
- string_
parser_ with_ line - Like string_parser but the callback function also take the line number as arguments