forked from influxdb-rs/influxdb-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.tpl
35 lines (33 loc) · 1.34 KB
/
README.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div align="center">
<br/>
<img
alt="rust-influxdb"
src="https://i.imgur.com/4k7l8XJ.png"
width=250px />
<br/>
<br/>
<strong>Unofficial InfluxDB Driver for Rust</strong>
</div>
<br/>
<p align="center">
<a href="https://crates.io/crates/influxdb">
<img src="https://img.shields.io/crates/v/influxdb.svg"/>
</a>
<a href="https://github.com/influxdb-rs/influxdb-rust/actions/workflows/rust.yml">
<img src="https://github.com/influxdb-rs/influxdb-rust/actions/workflows/rust.yml/badge.svg" alt='Build Status' />
</a>
<a href="https://influxdb-rs.github.io/influxdb-rust/tarpaulin-report.html">
<img src="https://influxdb-rs.github.io/influxdb-rust/coverage.svg" alt="Coverage Report" />
</a>
<a href="https://docs.rs/influxdb">
<img src="https://docs.rs/influxdb/badge.svg" alt='Documentation Status' />
</a>
<a href="https://www.rust-lang.org/en-US/">
<img src="https://img.shields.io/badge/Made%20with-Rust-orange.svg" alt='Build with Rust' />
</a>
<a href="https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html">
<img src="https://img.shields.io/badge/rustc-1.46+-yellow.svg" alt='Minimum Rust Version' />
</a>
</p>
{{readme}}
@ 2020 Gero Gerke and [contributors](https://github.com/influxdb-rs/influxdb-rust/graphs/contributors).