WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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: 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