candid_parser

Crates.iocandid_parser
lib.rscandid_parser
version0.2.0-beta.4
sourcesrc
created_at2023-11-16 17:45:45.055202
updated_at2024-07-29 21:14:30.121534
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
size207,902
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: 491

cargo fmt