candid 0.7.11

Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer.
Documentation
fn main() {
    lalrpop::Configuration::new()
        .use_cargo_dir_conventions()
        .emit_rerun_directives(true)
        .process_file("src/parser/grammar.lalrpop")
        .unwrap();
}