index
:
two-timer
fix/correct_24h_time
master
Rust library for parsing English time expressions into start and end timestamps
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-01-20
fixed regression
dfhoughton
2019-01-12
added msg method to TimeError
dfhoughton
2019-01-06
bumping version number; adding documentation
dfhoughton
2019-01-06
hiding public API item
dfhoughton
2019-01-05
some documentation
dfhoughton
2019-01-05
made space optional before era suffix
dfhoughton
2019-01-05
a few more tests; removed more unused imports
dfhoughton
2019-01-05
removed all references to UTC time
dfhoughton
2019-01-05
converted from utc to naive; added 'weekend'
dfhoughton
2018-12-29
better URL in README
dfhoughton
2018-12-29
slightly better README
dfhoughton
2018-12-29
keep around the main.rs file for generating examples
dfhoughton
2018-12-29
fleshing out Cargo.toml
dfhoughton
2018-12-29
finished code documentation
dfhoughton
2018-12-29
handle years better
dfhoughton
2018-12-28
more two-time expressions working
dfhoughton
2018-12-28
handle relative months
dfhoughton
2018-12-28
better relative time handling; added relative days
dfhoughton
2018-12-27
finished specific periods
dfhoughton
2018-12-27
and more synonyms
dfhoughton
2018-12-27
added some more synonyms for fun
dfhoughton
2018-12-27
introduced a config object to simplify function signatures and handle pay per...
dfhoughton
2018-12-26
more refactoring in preparation for handling periods
dfhoughton
2018-12-26
refactored things to handle periods
dfhoughton
2018-12-26
a little refactoring
dfhoughton
2018-12-24
added simple times
dfhoughton
2018-12-23
readme stub
David
2018-12-23
removed unnecessary main.rs; added time of day handling
dfhoughton
2018-12-23
first commit
dfhoughton