influxdb_rs 0.2.1

InfluxDBv2 Rust driver
Documentation
/// 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;
/// User Structs and Enums
pub mod user;
/// Authorization Structs
pub mod authorization;