candid_parser

Crates.iocandid_parser
lib.rscandid_parser
version0.2.0-beta.3
sourcesrc
created_at2023-11-16 17:45:45.055202
updated_at2024-06-25 21:18:55.874524
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
size206,890
Yan (chenyan2002)

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: 472

cargo fmt