mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-05 11:06:05 +01:00
We save about 30% of CLI code just because we offload the work of settings structures into serde, building a generic `json::Value` to contain all the data, and then let serde do the deserialization for us. All we need for that is some information we let the generator provide and translate it into the runtime. Closes #111