influxlp-tools 0.1.0

Influx Line Protocol Tools is a simple parser and builder for InfluxDB v2 line protocol
Documentation
1
2
3
4
pub trait Format {
    fn escape(&self) -> String;
    fn unescape(&self) -> String;
}