//! SDK type generation from IDL specifications.
//!
//! Generates account types, instruction types, and custom types from an Anchor IDL.
use crateIdlSpec;
use TokenStream;
/// Generate SDK types (accounts, instructions, custom types) from an IDL spec.
///
/// This is the equivalent of `idl_codegen::generate_sdk_types`.