Structs§
- Configure various aspects of how LALRPOP works. Intended for use within a
build.rs
script. To get the default configuration, useConfiguration::new
.
Functions§
- Process all files in the current directory, which – unless you have changed it – is typically the root of the crate being compiled.
- process_root_unconditionallyDeprecatedDeprecated in favor of
Configuration
.