Skip to main content

short_names

Function short_names 

Source
pub fn short_names(keys: &[String]) -> Vec<String>
Expand description

Shorten keys to their filenames, keeping the full path for any filename that would otherwise appear twice.

mod.rs, mod.rs names nothing; src/net/mod.rs, src/io/mod.rs names two files. Sanitized, since the result is printed.