API wrapper for the tankerkoenig-api written in rust.
Gives you ready deserialized structs and a easy to use and strictly typed api.
This crate is currently not released as it is still unter heavy development. However, if you still want to use it, you can install it by adding this to your Cargo.toml
:
```toml
[dependencies] tankerkoenig = { git = "https://github.com/jontze/tankerkoenig-rs" }
```
```rust use tankerkoenig::Tankerkoenig; use tankerkoenig::models;
async fn requeststationdetails() -> Result