pub fn installed_versions_for_routine(
proj_dirs: &ProjectDirs,
name: &str,
) -> Vec<String>Expand description
Version directory names for a routine, sorted lexicographically.
“Latest” is often the last entry after sort; see module-level docs.