Crate tcx

Source
Expand description

Training Center XML (TCX) parser written in Rust. TCX is an XML-based file format that is used for exchanging fitness tracking information from runs, bike rides, etc. This crate builds on Rust’s serde deserialization framework.

Re-exports§

pub use crate::tcx::*;

Modules§

tcx