candid_parser 0.3.1

Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer. This crate contains the parser and the binding generator for Candid.
Documentation
1
2
#![allow(clippy::all)]
include!(concat!(env!("OUT_DIR"), "/grammar.rs"));