Crates.io | ic-cdk-macros |
lib.rs | ic-cdk-macros |
version | 0.18.0-alpha.1 |
source | src |
created_at | 2020-10-02 18:26:05.682088+00 |
updated_at | 2025-02-26 02:11:29.743316+00 |
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,719 |
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.