candid 0.10.27

Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer.
Documentation
1
2
3
4
//! pretty printer for Candid type and value

pub mod candid;
pub mod utils;