steamlocate 2.0.0-beta.0

Rust Crate for locating Steam game installation directories (and Steam itself!)
1
2
3
4
5
6
7
pub mod helpers;
#[cfg(test)]
mod legacy;
mod temp;

pub type TestError = Box<dyn std::error::Error>;
pub type TestResult = Result<(), TestError>;