brdb 0.5.0

A library for reading and writing Brickadia's World files.
Documentation
1
2
3
pub fn remove_underscores(s: &str) -> String {
    s.chars().filter(|x| x != &'_').collect()
}