monorepo/fitnesstrax/core/src/lib.rs

4 lines
81 B
Rust
Raw Normal View History

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