Marco

Results 8 comments of Marco

isn't this crate hazmat? ([AES](https://docs.rs/aes/0.7.5/aes/index.html))

I'm not gonna lie here, but I completely forgot about this so sorry for the late response! my issue was caused by an version mismatch, similar to the discussion above

When the macros were created they were async using `reqwest`, the change to minreq was made to lower dependencies. I think in the future the `minreq` client could be a...

This should be enabled by a feature flag

This is being addressed in the [builder-patterns](https://github.com/garhow/steam-rs/tree/builder-patterns) branch

We feel that a _good_ solution to this is a issue is a bit hard to come by, I personally feel that if we run into a field which may...

Yeah, I would see a empy `Vec` or `VecDeque` would be a good use for `#[serde(default)]` as both a `Option` and a empty `Vec` are equivalent to the same thing...

We should consider having working a builder-patterns solution as a requirement to this as endpoints such as `QueryFiles` may benefit from such a feature, this would be a breaking change...