//! Vixen parser generation from IDL specifications.
//!
//! Generates account parsers and instruction parsers for yellowstone-vixen runtime.
use crateIdlSpec;
use TokenStream;
/// Generate Vixen parsers for accounts and instructions from an IDL spec.
///
/// This is the equivalent of `idl_parser_gen::generate_parsers`.