macro_rules! build {
($file:expr) => { ... };
}Expand description
Embed the shared Canic configuration into a canister crate’s build script.
Reads the provided TOML file (relative to the crate manifest dir), validates it
using Config, and sets CANIC_CONFIG_PATH for
later use by include_str!. Canister crates typically invoke this from
build.rs.