This website requires JavaScript.
Explore
Help
Sign In
savanni
/
monorepo
Watch
1
Star
0
Fork
You've already forked monorepo
0
Code
Issues
71
Pull Requests
Projects
6
Releases
Wiki
Activity
383f809191
monorepo
/
fitnesstrax
/
core
/
src
/
lib.rs
4 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
Set up the basic data structures of a new fitnesstrax app.
2023-11-13 13:52:10 +00:00
mod
legacy
;
mod
types
;
Generate some random data and feed it into hte historical view
2023-12-25 00:13:49 +00:00
pub
use
types
::
{
Steps
,
TimeDistance
,
TraxRecord
,
Weight
}
;