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.
//! Candid bindings for different languages.
// This module assumes the input are type checked, it is safe to use unwrap.
pubmodanalysis;pubmodjavascript;pubmodmotoko;pubmodrust;pubmodtypescript;