Crates.io | candid |
lib.rs | candid |
version | 0.10.10 |
source | src |
created_at | 2020-05-14 23:42:22.651296 |
updated_at | 2024-07-29 21:13:50.204244 |
description | Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer. |
homepage | https://internetcomputer.org/docs/current/developer-docs/build/candid/candid-concepts |
repository | https://github.com/dfinity/candid |
max_upload_size | |
id | 241692 |
size | 243,861 |
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.
See the docs here.