Expand description
Lexer used for parsing reproto manifests.
Re-exports§
pub use self::errors::Error;
Modules§
Macros§
- Take while pattern matches.
- Take until the givern pattern matches. This will return content up-until the pattern matches, and consume the pattern itself.