1
2
3
4
5
6
7
8
9
10
11
12
//! Anchor IDL.

#[cfg(feature = "build")]
pub mod build;

#[cfg(feature = "convert")]
pub mod convert;

pub use anchor_lang_idl_spec as types;

#[cfg(feature = "build")]
pub use serde_json;