Crates.io | candid_derive |
lib.rs | candid_derive |
version | 0.6.6 |
source | src |
created_at | 2020-05-14 23:35:26.92149 |
updated_at | 2024-02-27 21:01:50.44574 |
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 | 37,832 |
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.