csgo-gsi2
Helper library for the CS:GO Game State Integration (GSI) API.
Best used with the tokio async ecosystem.
Forked from https://github.com/rosefromthedead/csgo-gsi
Usage
Add this to your Cargo.toml:
[]
= "0.3.4"
= { = "1.20.1", = ["full"] }
Simple Example
examples/simple.rs Can be run with cargo run --example simple.
use ;
async
Check examples/verbose.rs for the verbose example. Can be run with cargo run --example verbose.
Features
autoinstall- Automatically install the gamestate_integration_NAME.cfg in the csgo folder
License
Licensed under the Anti-Capitalist Software License version 1.4.
Contribution
Unless you explicitly state otherwise, any contribution you submit shall be also under the Anti-Capitalist Software License version 1.4, without any additional terms or conditions.