mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
* reserve_exact(X) where possible (params, multi-part-reader) * `if let` used whereever possible to prevent duplicate checks This increases the possible performance, and makes for more readable, concise code.