anchor-lang 1.0.1

Solana Sealevel eDSL
Documentation
1
2
3
4
5
6
7
//! Legacy IDL instruction support has been removed in favor of Program Metadata.
//!
//! This module now only provides the IDL build feature for generating IDLs
//! without injecting instructions into programs.

#[cfg(feature = "idl-build")]
pub use anchor_lang_idl::{build::IdlBuild, *};