Skip to main content

anchor_lang_idl/
lib.rs

1//! Anchor IDL.
2
3#[cfg(feature = "build")]
4pub mod build;
5
6#[cfg(feature = "convert")]
7pub mod convert;
8
9pub use anchor_lang_idl_spec as types;
10#[cfg(feature = "build")]
11pub use serde_json;