lib.rs 191 B

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