influxdb/data_types
Dom Dwyer b41ea1d718 refactor: PartitionKey type
This commit changes the code base to use a new reference-counted
PartitionKey type wrapper, instead of passing a bare String around.

This allows the compiler to type check & verify usage of the partition
key, instead of passing a bare string around. By reference counting the
underlying string, we reduce memory usage for some use cases.
2022-06-14 14:47:56 +01:00
..
src refactor: PartitionKey type 2022-06-14 14:47:56 +01:00
Cargo.toml fix: Update or remove comments that mention NG or OG 2022-05-12 16:09:08 -04:00