Cosmic

Results 271 comments of Cosmic

I agree that someone can have multiple valid steam installations (although I'd imagine that's exceedingly rare) Considering it would be such a niche case I don't think it should have...

Got distracted with other stuff, but I'll work on reviving it

I've been totally swamped lately, but there's the `2.0.0-alpha.0` release published on crates.io that gets rid of `steamy-vdf` (without the rest of these changes)

API-wise it's largely the same as the current version, aside from changing the fields in the `SteamApp` struct. You would just specify the alpha version in your `Cargo.toml` file ```toml...

Sure! All of those seem fine to me. The first one should be convenient for integration testing too, so that's a plus Feel free to open another issue to track...

Good catch. Looks like I forgot to implement... well any traits for it. I'll add all the usual ones to it

Back in for another quick update. There has been a lot of activity that hasn't been posted here, but it's not really worth rehashing. At this point there are only...

I've gone ahead and published another alpha. This one is significantly different than the last, but the API should be more-or-less what to expect with the v2.0 The docs are...

Went ahead and finished off the few remaining code changes and published a beta. All of the existing docs should be up-to-date now, but plenty of new stuff is still...

Released another beta with a couple of fixes - Fixes wasm support (did I mention we support wasm now?) - Fixes apps failing to parse when the last updated field...