1
2
3
4
5
6
//! Candid bindings for different languages.
// This module assumes the input are type checked, it is safe to use unwrap.

pub mod analysis;
pub mod candid;
pub mod javascript;