Crate reproto_path_lexer [] [src]

Lexer used for parsing reproto manifests.

Reexports

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

PathToken

Functions

path_lex