influxdb-rs/influxdb-rust

Lowercase Timestamp variants

msrd0 opened this issue · 0 comments

msrd0 commented

Currently, all timestamp enum variants are uppercased: https://docs.rs/influxdb/0.0.5/influxdb/enum.Timestamp.html

Due to Rust code convention, enum variants are TitleCase. Maybe we should change our enum to match that.