Function load_idls
Source pub fn load_idls(
dir_path: PathBuf,
program_name: Option<String>,
) -> Result<Vec<Idl>, IdlError>
Expand description
Loads IDL files from a directory
§Arguments
dir_path - Path to the directory containing IDL files
program_name - Optional program name to filter IDL files
§Returns
A Result containing a vector of parsed IDL files or an error with context