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