candid_parser

Crates.iocandid_parser
lib.rscandid_parser
version0.3.0
created_at2023-11-16 17:45:45.055202+00
updated_at2026-01-09 18:29:38.617152+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
size275,636
(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: 558

cargo fmt