Fitparser.Native (fitparser v0.1.1)
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 path to a file and returns the file converted to json
this function accepts binary fit file and returns the file converted to json
Functions
Link to this function
read_to_json(a)
this function accepts a path to a file and returns the file converted to json
Link to this function
read_to_json!(a)
Link to this function
to_json(a)
this function accepts binary fit file and returns the file converted to json
Link to this function