[][src]Crate timescale_macros

Macros for use with the timescale crate

This crate is re-exported by timescale and should almost never be used alone

Derive Macros

InterpolatedData

Load the layout of a structure to be consumed by InterpolatedDataTable

InterpolatedDataTable

Load a csv file into a static data table with support for linearly interpolating data points between the discreet time intervals

ToTimescale

Automatically derive the ToTimescale trait and generate the expanded timescale structure.