8000 GitHub - vlisivka/garminfit: 🏃 Rust library for working with ANT/Garmin .FIT files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🏃 Rust library for working with ANT/Garmin .FIT files

License

Notifications You must be signed in to change notification settings

vlisivka/garminfit

 
 

Repository files navigation

garminfit

Build Status Crates.io

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

About

🏃 Rust library for working with ANT/Garmin .FIT files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.8%
  • Makefile 0.2%
0