//! fit2gpx
//!
//! A simple, yet powerful fit to gpx converter,
//! capable of adding elevation while conversion from `HGT` DTM data.
//!
//! Uses `rayon` for multithreaded execution.
//!
//! # Usage
//!
//! ```rust
//! ```
/// universal Result, but not sendable
pub type Res<T> = ;
pub use Fit;