Crates.io | ic-cdk-macros |
lib.rs | ic-cdk-macros |
version | 0.17.0 |
source | src |
created_at | 2020-10-02 18:26:05.682088 |
updated_at | 2024-11-05 14:47:05.062586 |
description | Canister Developer Kit macros. |
homepage | https://docs.rs/ic-cdk-macros |
repository | https://github.com/dfinity/cdk-rs |
max_upload_size | |
id | 295504 |
size | 39,317 |
This crate contains a collection of procedural macros that are utilized within the ic-cdk
crate.
The macros are re-exported in ic-cdk
, and you can find their documentation there.
The macros fall into two categories:
These macros are directly related to the Internet Computer Specification.
Check Generating Candid files for Rust canisters for more details.