aboutsummaryrefslogtreecommitdiffstats
path: root/src/blocking/input.rs
Commit message (Expand)AuthorAgeFilesLines
* clippyJesse Luehrs2023-03-081-2/+0
* move to tokioJesse Luehrs2022-02-241-1/+2
* be a bit less aggressiveJesse Luehrs2021-12-151-4/+4
* these don't need to be separate errorsJesse Luehrs2021-12-141-6/+6
* clippyJesse Luehrs2021-12-141-21/+35
* remove unnecessary result wrappingJesse Luehrs2021-12-141-4/+4
* namingJesse Luehrs2021-03-131-4/+4
* remove unused return valueJesse Luehrs2021-03-131-4/+4
* docsJesse Luehrs2021-03-131-6/+52
* fix a bunch of utf8 parsing issuesJesse Luehrs2021-03-131-15/+12
* move the guards back onto the main objectsJesse Luehrs2021-03-121-2/+11
* simplifyJesse Luehrs2021-03-121-14/+12
* namingJesse Luehrs2021-03-121-2/+2
* refactor input implementations to share some codeJesse Luehrs2021-03-121-285/+82
* make raw_guard also asyncJesse Luehrs2021-03-091-2/+49
* commentJesse Luehrs2021-03-091-0/+3
* handle errors properly in raw guardJesse Luehrs2021-03-091-2/+2
* add an error typeJesse Luehrs2021-03-091-14/+11
* add async implementation of InputJesse Luehrs2021-03-091-183/+64
* more refactoringJesse Luehrs2021-03-081-133/+204
* reorganize a bitJesse Luehrs2021-03-071-0/+415