Skip to main content

add_binding_names

Function add_binding_names 

Source
pub fn add_binding_names(names: &'static [(&'static str, &'static str)])
Expand description

Append one crate’s (name, ext) slice. Companion to set_bindings_dispatch / set_extra_bindings_dispatch — call alongside dispatcher registration so find_file can resolve compile-time bindings. Duplicates are deduplicated by pointer so repeated calls from the same crate don’t inflate the fallback pool.