# Rust API Client
A collection of Rust API clients for most of the Google APIs (at least, most of the ones found through their discovery
service).
# Ideas for the future:
- [ ] allow different client libs (reqwest instead of hyper for example)?
- derive macro for struct that generates the fields & part values
for api requests and then the request returns that type