| Crates.io | candid_derive |
| lib.rs | candid_derive |
| version | 0.10.19 |
| created_at | 2020-05-14 23:35:26.92149+00 |
| updated_at | 2025-09-16 12:46:49.174474+00 |
| description | Macros implementation of #[derive(CandidType)] for the Candid. |
| homepage | https://docs.rs/candid_derive |
| repository | https://github.com/dfinity/candid |
| max_upload_size | |
| id | 241689 |
| size | 41,478 |
Candid is an interface description language (IDL) for interacting with canisters (also known as services or actors) running on the Internet Computer.
Macros implementation of #[derive(CandidType)] to convert Rust data types to Candid types. This crate should be considered as an implementation detail, and not be used directly, only via the candid crate.
See the docs here.