diff options
author | Akshay <[email protected]> | 2021-02-24 06:28:30 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-02-24 06:28:30 +0000 |
commit | 22a3f02c0363d911d1cc0b6a53c9e5c801a37267 (patch) | |
tree | b6ad455a99f0bd0f683f9c449245a9618572d023 /src/habit/mod.rs | |
parent | fbcc966a3da8a75842c6b8843a9fd7f1edb0db15 (diff) |
add initial float habit structure
Diffstat (limited to 'src/habit/mod.rs')
-rw-r--r-- | src/habit/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/habit/mod.rs b/src/habit/mod.rs index d51abe5..5359bca 100644 --- a/src/habit/mod.rs +++ b/src/habit/mod.rs | |||
@@ -9,6 +9,9 @@ pub use count::Count; | |||
9 | mod bit; | 9 | mod bit; |
10 | pub use bit::Bit; | 10 | pub use bit::Bit; |
11 | 11 | ||
12 | mod float; | ||
13 | pub use float::Float; | ||
14 | |||
12 | mod prelude; | 15 | mod prelude; |
13 | pub use prelude::{TrackEvent, ViewMode}; | 16 | pub use prelude::{TrackEvent, ViewMode}; |
14 | 17 | ||