Skip to main content

steam_user/
services.rs

1//! Service modules for various Steam community and store features.
2
3pub mod account;
4pub mod activity;
5pub mod comments;
6pub mod file_upload;
7pub mod friends;
8pub mod groups;
9pub mod inventory;
10pub mod market;
11pub mod match_history;
12pub mod notifications;
13pub mod phone;
14pub mod privacy;
15pub mod profile;
16pub mod reports;
17pub mod tokens;
18pub mod twofactor;
19pub mod web_api;
20
21pub mod apps;
22pub mod confirmations;
23pub mod email;
24pub mod help;
25pub mod license;
26pub mod trade;