///! Docs at [https://jonay2000.github.io/rust-lwb/](https://jonay2000.github.io/rust-lwb/)
/// Code describing languages created with rust-lwb
/// Contains code related to syntax definitions
/// and parsing target languages based on these
/// definitions. Also contains sort/constructor
/// related code and code generation for these.
/// Contains the PEG parser.
/// Contains code related to source code of languages
/// such as spans, and the [`SourceFile`] struct.
/// Collection of imports used in automatically generated
/// files (to avoid listing many imports in them). Should
/// not generally be used directly by users of rust-lwb
/// Code related to generating rust source files
/// from language definitions. Usually used from
/// build.rs files.
/// Code related to configuring rust-lwb
// Mostly used in bootstrapper
pub use bincode;