candid

Crates.iocandid
lib.rscandid
version0.10.9
sourcesrc
created_at2020-05-14 23:42:22.651296
updated_at2024-06-20 23:52:11.309371
descriptionCandid is an interface description language (IDL) for interacting with canisters running on the Internet Computer.
homepagehttps://internetcomputer.org/docs/current/developer-docs/build/candid/candid-concepts
repositoryhttps://github.com/dfinity/candid
max_upload_size
id241692
size242,153
Yan (chenyan2002)

documentation

https://docs.rs/candid

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 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.

Commit count: 472

cargo fmt