1//! Shared Canic wrappers around candid-friendly IC/CDK types.
2//! Centralizes domain types so downstreams have a single import surface.
34mod cycles;
5mod page;
6mod string;
7mod wasm;
89pub use cycles::*;
10pub use page::*;
11pub use string::*;
12pub use wasm::*;