aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* need to perform this multiplication as u64Jesse Luehrs2019-11-041-3/+3
| | | | otherwise it can overflow the u32 before calling u64::from
* update docs for feature0.1.0Jesse Luehrs2019-10-271-0/+4
|
* make tokio features optionalJesse Luehrs2019-10-272-0/+6
|
* metadataJesse Luehrs2019-10-271-0/+3
|
* clippyJesse Luehrs2019-10-273-7/+13
|
* docsJesse Luehrs2019-10-277-0/+89
|
* make the poll_write api a bit more consistentJesse Luehrs2019-10-272-11/+25
|
* split frame into frame and frame_atJesse Luehrs2019-10-272-5/+13
| | | | keep the api easy to use while still letting it be testable
* creator should just return the frameJesse Luehrs2019-10-272-16/+18
| | | | can convert the frame to bytes separately
* add some testsJesse Luehrs2019-10-253-0/+91
|
* add some derivationsJesse Luehrs2019-10-253-0/+4
|
* pass in the current timeJesse Luehrs2019-10-252-4/+11
|
* break it up into filesJesse Luehrs2019-10-257-244/+257
|
* copy over implementation from teletermJesse Luehrs2019-10-251-5/+242
|
* project skeletonJesse Luehrs2019-10-241-0/+7