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
24276d172b
monorepo
/
fitnesstrax
/
core
/
src
/
lib.rs
5 lines
94 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
;
Switch to the updated emseries record type
2023-12-27 22:14:47 +00:00
Set up the basic data structures of a new fitnesstrax app.
2023-11-13 13:52:10 +00:00
mod
types
;
Create a widget that can show the weight view and edit modes
2023-12-26 15:24:19 +00:00
pub
use
types
::
{
RecordType
,
Steps
,
TimeDistance
,
TraxRecord
,
Weight
}
;