common-ci-rust 1.0.0

This is a common lib test
Documentation
1
2
3
4
#[allow(dead_code)]
pub fn get_safe_branch_name(branch_name: String) -> String {
    return branch_name.replace("/", "-").replace("_", "-").replace(".", "-").to_lowercase()
}