ic-cdk-macros
This crate provides a set of macros to facilitate canister development.
The macros fall into two categories:
- To register functions as canister entry points
- To export Candid definitions
Register functions as canister entry points
These macros are directly related to the Internet Computer Specification.
Export Candid definitions
Check Generating Candid files for Rust canisters for more details.