[][src]Crate fit

fit aims to be an extremely fast decoder for the FIT file format from ANT+.

Use

Simply call FitFile::read with a path to a fit file.

Structs

FieldNameAndValue

The name and parsed value of a message field.

FitFile

A wrapper around the sequence of Records parsed

ValueError

An error type produced by the TryFrom trait

Enums

Value

The container type for the different values.

Traits

DefinedMessageType

A trait representing all the different message types as defined in the FIT SDK.

TryFrom

A flexible and safe method of extracting the internal value from a Value enum.

Functions

read

Reads the file and returns a FitFile.