Function build_programs

Source
pub fn build_programs(
    cargo_target_dir: &Path,
    programs: &[SolanaProgram],
) -> Result<Vec<PathBuf>, ElfMagicError>
Expand description

Build multiple Solana programs

Returns the paths to the generated .so files in the same order as input programs.