Registry / other / steamworks

steamworks

JSON →
library0.13.1rscratesunverified

Provides rust friendly bindings to the steamworks sdk.

# Cargo.toml [dependencies] steamworks = "0.13.1"
INSTALL
IMPORT
SIG · STEAMWORKS
S
steamworks
otherrustv0.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use steamworks::Client;

Initialize the Steamworks client.

use steamworks::Client; fn main() { let client = Client::init().expect("Steamworks init failed"); println!("Steamworks client initialized"); }
Debug
Known issues
gotchaRequires Steam client to be running and app ID set.
fix
Ensure Steam is running and set the app ID via environment variable or steam_appid.txt.
affects: *
Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
steamworks — cargo add steamworks · libregistry