candid_parser 0.2.2

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
3
4
5
6
7
8
9
# Candid

[Candid](https://github.com/dfinity/candid/tree/master/spec/Candid.md) 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](https://docs.rs/candid_parser).