Fitparser.Native (fitparser v0.3.0)
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
Link to this function
from_fit(a)
this function accepts a binary fit file and returns the file converted to term
Link to this function
from_fit!(a)
Link to this function
load_fit(a)
this function accepts a path to a file and returns the file converted to term
Link to this function