Initial commit
This commit is contained in:
commit
159ce68dec
21 changed files with 924 additions and 0 deletions
8
readme.md
Normal file
8
readme.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Time range library
|
||||
|
||||
This library was created as an effect of creating multiple time management applications.
|
||||
|
||||
Main concepts:
|
||||
- TimeRange: a both end closed range of LocalDates with iterator
|
||||
- Diff: representation of difference between expected and actual time duration
|
||||
- Duration: seconds between `LocalDateTime`s or other `Duration`s
|
Loading…
Add table
Add a link
Reference in a new issue