# InfluxDB V2 Client API This crate contains a work-in-progress implementation of a Rust client for the [InfluxDB 2.0 API](https://docs.influxdata.com/influxdb/v2.0/reference/api/). This client is not the Rust client for IOx. You can find that [here](../influxdb_iox_client). The InfluxDB IOx project plans to focus its efforts on the subset of the API which are most relevent to IOx, but we accept (welcome!) PRs for adding the other pieces of functionality. ## Design Notes When it makes sense, this client aims to mirror the [InfluxDB 2.x Go client API](https://github.com/influxdata/influxdb-client-go) ## Contributing If you would like to contribute code you can do through GitHub by forking the repository and sending a pull request into the master branch. ## Future work - [ ] Publish as a crate on [crates.io](http://crates.io) If you would like to contribute code you can do through GitHub by forking the repository and sending a pull request into the main branch.