garminfit

Crates.iogarminfit
lib.rsgarminfit
version0.1.0
sourcesrc
created_at2018-11-28 17:56:32.814695
updated_at2018-11-28 17:56:32.814695
descriptionGarmin FIT binary file reading
homepagehttps://github.com/jmackie/garminfit
repositoryhttps://github.com/jmackie/garminfit
max_upload_size
id99110
size777,256
Jordan Mackie (jmackie)

documentation

https://docs.rs/garminfit

README

garminfit

Build Status

Flexible and Interoperable Data Transfer (FIT) Protocol

WIP library for encoding and decoding Garmin's binary file format.

Generating SDK code

You can download the latest SDK release from here. If you extract the release to ./MyFitSDKRelease and the version is 21.00.00 you can go ahead and run

make sdk-modules FIT_SDK_PROFILE=./MyFitSDKRelease FIT_SDK_VERSION=21.00.00

TODO

  • Tests
  • Some kind of streaming/Reader interface
  • Use something more efficient than giant match arms (phf?)
  • Emulate the FitCSVTool.jar for testing purposes
Commit count: 4

cargo fmt