Skip to main content

Crate rustyfit

Crate rustyfit 

Source

Modules§

profile
FIT Global Profile representation (generated from Profile.xlsx)
proto
FIT Protocol representation
semconv
Semicircles/Degrees converter.

Structs§

Decoder
Decoder for decoding FIT file.
DecoderBuilder
Build Decoder with some options.
Encoder
Encoder for encoding FIT file.
EncoderBuilder
Build Encoder with some options.
EncoderIoError
IO related error when reading from the Reader.

Enums§

DecoderError
Decoder Error
DecoderEvent
Event is FIT segments encountered by the Decoder.
EncoderError
Encoder Error
EncoderMessageError
Message related error.
Endianness
Byte order used when encoding FIT file. Default: LittleEndian.
HeaderOption
HeaderOption to pick when encoding FIT file, this will optimize the size of the resulting FIT file.