candid_parser

Crates.iocandid_parser
lib.rscandid_parser
version0.2.1
created_at2023-11-16 17:45:45.055202+00
updated_at2025-07-29 16:31:12.745854+00
descriptionCandid 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.
homepagehttps://internetcomputer.org/docs/current/developer-docs/build/candid/candid-concepts
repositoryhttps://github.com/dfinity/candid
max_upload_size
id1037818
size265,868
(dfinity-publish)

documentation

https://docs.rs/candid_parser

README

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.

Commit count: 509

cargo fmt