influxdb_rs 0.1.2

InfluxDBv2 Rust driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// Bucket Structs
pub mod bucket;
/// Links Structs
pub mod links;
/// Organization Structs
pub mod org;
/// Query Structs
pub mod query;
/// Retention Rules Structs
pub mod retention_rules;
/// Label Structs
pub mod labels;
/// Data Points and Value Structs
pub mod data_points;
/// File Struct used for Extern Flux Queries
pub mod file;