lib_game_detector 0.0.34

A Rust library for detecting and parsing data about games installed on the system
Documentation
1
2
3
4
5
6
7
mod commands;
mod paths;
mod strings;

pub use commands::*;
pub use paths::*;
pub use strings::*;