We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6863e3e commit 913e678Copy full SHA for 913e678
1 file changed
src/lib.rs
@@ -11,13 +11,8 @@
11
//! simply clone [steam-webapi-cache](https://github.com/bohdaq/steam-webapi-cache)
12
//! into the root folder of your project.
13
14
-use std::{thread, time};
15
-use std::fs::{File, OpenOptions, read_to_string};
16
-use std::io::Write;
17
-use std::path::Path;
18
use crate::isteam_apps::get_app_list::SteamApp;
19
use crate::store_steampowered_com::appdetails::SteamAppDetails;
20
-use crate::util::get_cache_dir_path;
21
22
pub mod util;
23
pub mod isteam_apps;
0 commit comments