csgoempire 0.1.0

CSGOEmpire REST-API and Socket Bindings
Documentation
1
2
3
4
5
use crate::constants::CRATE_VERSION;

pub fn crate_user_agent() -> String {
    format!("csgoempire-rs v{} API Bot", CRATE_VERSION)
}