mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-17 00:42:13 +01:00
Previously, I would just assign all useful traits to all types, no matter on how they were actually used. Now it builds all dependnecies and considers them when assigning traits, which is as precise as we need it. This is important to us as the `Json` type is just encodable, but not decodable. Fortunately, we just have to encode it, but in theory this makes it hard to embed any json in a known structure.