gapirs-common 0.0.1

Common library for gapirs
Documentation
1
2
3
4
5
6
7
8
9
10
# 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