game-scanner 1.1.0

Game Scanner for any launcher and OS
1
2
3
4
5
6
pub mod io;
pub mod path;
#[cfg(target_os = "windows")]
pub mod registry;
pub mod sqlite;
pub mod string;