aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* namingJesse Luehrs2021-03-121-1/+1
|
* refactor input implementations to share some codeJesse Luehrs2021-03-121-19/+1
|
* make raw_guard also asyncJesse Luehrs2021-03-091-3/+1
| | | | i think tcsetattr etc can actually block in some cases
* tweakJesse Luehrs2021-03-091-1/+1
|
* add an error typeJesse Luehrs2021-03-091-0/+2
|
* add async implementation of InputJesse Luehrs2021-03-091-3/+10
| | | | | this is just copied and pasted for now, need to figure out how to generate one from the other
* reorganize a bitJesse Luehrs2021-03-071-4/+3
|
* cleanupJesse Luehrs2021-03-071-1/+1
|
* separate out the guards from the main structsJesse Luehrs2021-03-071-2/+2
|
* a few renamesJesse Luehrs2021-03-071-2/+2
|
* sketch out some input handlingJesse Luehrs2021-03-071-0/+4
|
* simplify, add some more methodsJesse Luehrs2021-03-071-0/+43
|
* a bunch more improvementsJesse Luehrs2021-03-071-4/+12
|
* rename a bitJesse Luehrs2021-03-061-2/+5
|
* split into sync and async implementationsJesse Luehrs2021-03-061-60/+31
|
* basic sketch of an implementationJesse Luehrs2021-03-061-5/+138
|
* project skeletonJesse Luehrs2021-03-061-0/+7