macro_rules! cfg_program {
    ($($item:item)*) => { ... };
}
Expand description

Macro used to include code only if the target_os is ‘solana’. This is intended to be used for code that is primarily for on-chain programs.