Expand description
A Rust library for reading LabVIEW TDMS files.
More information about the TDMS file format can be found here: https://www.ni.com/en-us/support/documentation/supplemental/07/tdms-file-format-internal-structure.html
Re-exports
pub use error::TdmsError;Modules
Structs
TDDMSFile represents all segments of a TDMS file in the order in which they were read.
TDMSValue represents a single value read from a TDMS file. This contains information on the
data type and the endianness of the value if numeric. This is typically used only by segment
and in the metadata properties, as using these for raw values is not good for performance.
Enums
Represents the potential TDMS data types .