合身 用Rust编写的FIT文件解析器。 例子 extern crate fit; use std :: io :: BufReader; use std :: fs :: File; fn main () { let file = std :: fs :: File :: open ( "tests/20210218_zwift.fit" ). unwrap (); let mut reader = std :: io :: BufReader :: new (file); let fit = crate :: fit :: read ( & mut reader); } 当前状态 工作正在进行中。 修订记录 不适用 执照 该项目已获得。