steam-trading

Crates.iosteam-trading
lib.rssteam-trading
version0.6.0
sourcesrc
created_at2021-11-12 17:40:24.389173
updated_at2024-02-07 19:47:53.634174
descriptionCreate, accept and deny trade offers without your mobile device.
homepagehttps://github.com/saskenuba/SteamHelper-rs/tree/master/crates/steam-trading/
repositoryhttps://github.com/saskenuba/SteamHelper-rs/tree/master/crates/steam-trading/
max_upload_size
id481005
size65,859
Martin Mariano (saskenuba)

documentation

README

Steam-Trading

Crate version on crates.io Crate documentation on docs.rs Crate license

This library provides functionality regarding Steam Trade.

You can create accept, deny and create new trade offers, and in the future automatically keep track of statuses changes of offers through auto managed API calls.

This will include getting new Assetids after the trade is complete among other features.

To use it, add this to your Cargo.toml:

[dependencies.steam-trading]
version = "^0.4"

Implemented

  • Abstractions of Trade Offers, and assets to make offers easy to use;
  • Create and send a new trade offer;
  • Accept and Deny trade offers;
Commit count: 0

cargo fmt