-
Notifications
You must be signed in to change notification settings - Fork 79
/
README.j2
40 lines (37 loc) · 1.42 KB
/
README.j2
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
36
37
38
39
40
<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/2022/11/03/Rust-1.65.0.html">
<img src="https://img.shields.io/badge/rustc-1.65+-yellow.svg" alt='Minimum Rust Version: 1.65' />
</a>
</p>
{{readme}}
@ 2020-2024 Gero Gerke, msrd0 and [contributors].
[contributors]: https://github.com/influxdb-rs/influxdb-rust/graphs/contributors
{%- if links != "" %}
{{ links }}
{% endif -%}