Fitparser.Native (fitparser v0.4.0)

Copy Markdown

Fitparser allows to parse fit files generated by sport trackers. It is a rustler wrapper for fitparser rust crate

Summary

Functions

this function accepts a binary fit file and returns the file converted to term

this function accepts a path to a file and returns the file converted to term

Functions

from_fit(a)

this function accepts a binary fit file and returns the file converted to term

from_fit!(a)

load_fit(a)

this function accepts a path to a file and returns the file converted to term

load_fit!(a)