steamroom 0.2.0

Steam client protocol library for depots, manifests, and CDN
Documentation
1
2
3
4
5
#[derive(Clone, Debug)]
pub struct CdnAuthToken {
    pub token: Option<String>,
    pub expiration_time: Option<u32>,
}