[−][src]Function c2rust_refactor::plugin::load_plugins
pub fn load_plugins(
search_path: &[String],
plugins: &[String],
reg: &mut Registry
)
Find the named plugins in the search path, and pass reg
to each of their register_commands
entry points.