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