Function fitparser::de::from_bytes

source ·
pub fn from_bytes(buffer: &[u8]) -> Result<Vec<FitDataRecord>>
Expand description

Deserialize a FIT file stored as an array of bytes and return the decoded data messages.