InfluxDB client with Python binding?

Hi. I'm writing here to call if anyone who loves both Rust and Python can write an InfluxDB client in Rust with Python binding.
The reason: the official Python client is pure Python (leverage requests) and seems not to be efficient in embedded computer. A client in compiled language like Rust will be better.