influxdb/data_types
Carol (Nichols || Goulding) fb8f8d22c0
fix: Remove now-unused ServerId. Fixes #4451
2022-05-06 14:45:38 -04:00
..
src fix: Remove now-unused ServerId. Fixes #4451 2022-05-06 14:45:38 -04:00
Cargo.toml chore(deps): Bump ordered-float from 2.10.0 to 3.0.0 (#4502) 2022-05-02 14:27:25 +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.