1
2
3
4
5
6
7
8
//! 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;
pub mod motoko;
pub mod typescript;