influxdb/data_types
Andrew Lamb 00e735ef0d
chore: remove unused dependencies (#1583)
2021-05-29 10:31:57 +00:00
..
src feat: add distinct count to StatValues (#1568) 2021-05-28 17:41:34 +00:00
Cargo.toml chore: remove unused dependencies (#1583) 2021-05-29 10:31:57 +00:00
README.md refactor: Move some types (not yet exposed to clients) into internal_types (#1015) 2021-03-19 16:27:57 +00:00

README.md

Data Types

This crate contains types that are designed for external consumption (in influxdb_iox_client and other "client" facing uses).

Client facing in this case means exposed via management API or CLI and where changing the structs may require additional coordination / organization with clients.