We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Clone
Steam
1 parent 984e4ea commit 799e9bfCopy full SHA for 799e9bf
src/lib.rs
@@ -82,6 +82,7 @@ const BASE: &str = "https://api.steampowered.com";
82
#[cfg(feature = "partner")]
83
const BASE: &str = "https://partner.steam-api.com";
84
85
+#[derive(Clone)]
86
pub struct Steam {
87
api_key: String,
88
}
0 commit comments