rustyfit 0.5.0

This project hosts the Rust implementation for The Flexible and Interoperable Data Transfer (FIT) Protocol
Documentation
1
2
3
4
5
6
7
pub use profile_type::{PROFILE_VERSION, ProfileType};

pub mod lookup;
pub mod mesgdef;
pub mod typedef;

mod profile_type;