candid 0.5.4

Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer.
Documentation
candid-0.5.4 has been yanked.

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 crate is a serialization/deserialization library for Candid. You can seamlessly convert between Rust values and Candid in both binary and text format.

Usage

See the docs here.