aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
Commit message (Collapse)AuthorAgeFilesLines
* track the time offset during parsingJesse Luehrs2019-11-041-8/+15
|
* need to perform this multiplication as u64Jesse Luehrs2019-11-041-3/+3
| | | | otherwise it can overflow the u32 before calling u64::from
* clippyJesse Luehrs2019-10-271-6/+7
|
* docsJesse Luehrs2019-10-271-0/+14
|
* add some testsJesse Luehrs2019-10-251-0/+32
|
* add some derivationsJesse Luehrs2019-10-251-0/+2
|
* break it up into filesJesse Luehrs2019-10-251-0/+88