canic-dsl
Symbolic tokens for Canic endpoint macros.
This crate defines zero-cost marker constants used inside #[canic_query] and
#[canic_update] attributes. The symbols are never evaluated; the proc-macro
crate pattern-matches on identifiers and expands them into runtime access calls.
use ;
use canic_update;
async