Skip to main content

arch_satellite_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 arch_satellite_lang_idl_spec as types;
10
11#[cfg(feature = "build")]
12pub use serde_json;