Crates.io | garminfit |
lib.rs | garminfit |
version | 0.1.0 |
source | src |
created_at | 2018-11-28 17:56:32.814695 |
updated_at | 2018-11-28 17:56:32.814695 |
description | Garmin FIT binary file reading |
homepage | https://github.com/jmackie/garminfit |
repository | https://github.com/jmackie/garminfit |
max_upload_size | |
id | 99110 |
size | 777,256 |
garminfit
Flexible and Interoperable Data Transfer (FIT) Protocol
WIP library for encoding and decoding Garmin's binary file format.
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
Reader
interface