A macro crate for rrw to easily build clients for REST-APIs.
```rust
impl Bahn { async fn location(&self, location: &LocationQuery) -> Result, reqwest::Error> { RestRequest::<&LocationQuery, ()>::get("/locations").query(location) } } ```
For more information, look at the rrw-crate.