candid_parser 0.2.0-beta.3

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

Candid

Candid is an interface description language (IDL) for interacting with canisters (also known as services or actors) running on the Internet Computer.

The candid_parser crate contains the parser and binding generator for Candid.

Usage

See the docs here.