Crate reproto_lexer

Source
Expand description

Lexer used for parsing reproto manifests.

Re-exports§

pub use self::errors::Error;

Modules§

errors

Macros§

take
Take while pattern matches.
take_until
Take until the givern pattern matches. This will return content up-until the pattern matches, and consume the pattern itself.

Enums§

Token

Functions§

lex
match_keyword