Commit Graph

2 Commits (62257ea897f20f2ebb2e65fa090b208d111c16ff)

Author SHA1 Message Date
Andrew Lamb 71627120b9
refactor: consolidate line protocol schema creation into data_types and port code to use it (#663)
* refactor: consolidate line protocol schema creation into data_types, and port code to use it

refactor: Port mutable buffer to use SchemaBuilder

* fix: doctest

* refactor: remove unecessary clippyisms

* docs: Improve comments via suggestions from code review

Co-authored-by: Edd Robinson <me@edd.io>

* refactor: use more idomatic try_ naming and TryInto trait

* docs: Change from line protocol data model to InfluxDB data model

* refactor: rename LP --> Influx in code

* feat: add support for UInteger type

Co-authored-by: Edd Robinson <me@edd.io>
2021-01-15 17:29:30 -05:00
Dom 1446b5fcfc style: enforce comment wrapping
Adds a rustfmt config file so it automatically wraps comments to 80 chars (the
default.)

This is enforced as part of the CI pipeline.
2020-12-11 18:15:23 +00:00