You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add h1-client-rustls feature
* Update README part in lib.rs
* Remove test of wasm-client feature (requires wasm-pack)
* Replaced localhost with 127.0.0.1 in tests (workaround for Github actions)
* Fix typo
Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Pull requests are always welcome. See [Contributing](https://github.com/Empty2k1
45
45
-`#[derive(InfluxDbWriteable)]` Derive Macro for Writing / Reading into Structs
46
46
-`GROUP BY` support
47
47
- Tokio and async-std support (see example below) or [available backends](https://github.com/Empty2k12/influxdb-rust/blob/master/influxdb/Cargo.toml)
Copy file name to clipboardExpand all lines: influxdb/src/lib.rs
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
//! - `#[derive(InfluxDbWriteable)]` Derive Macro for Writing / Reading into Structs
14
14
//! - `GROUP BY` support
15
15
//! - Tokio and async-std support (see example below) or [available backends](https://github.com/Empty2k12/influxdb-rust/blob/master/influxdb/Cargo.toml)
0 commit comments