monorepo/fitnesstrax/core/src/lib.rs

5 lines
119 B
Rust
Raw Normal View History

mod legacy;
mod types;
pub use types::{RecordType, Steps, TimeDistance, TimeDistanceWorkoutType, TraxRecord, Weight};