game-scanner 1.0.0

Game Scanner for any launcher and OS
Documentation
1
2
3
pub fn remove_quotes(text: &str) -> String {
    return String::from(text.to_string()).replace("\"", "");
}