candid/pretty/
mod.rs

1
2
3
4
//! pretty printer for Candid type and value

pub mod candid;
pub mod utils;