aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
Commit message (Collapse)AuthorAgeFilesLines
* be a bit less aggressiveJesse Luehrs2021-12-151-26/+16
|
* clippyJesse Luehrs2021-12-141-16/+34
|
* fix doc links0.3.0Jesse Luehrs2021-12-041-6/+7
|
* remove async stuff, clean up everything elseJesse Luehrs2021-12-031-0/+4
| | | | will reintroduce the async stuff in a future commit
* 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