summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* get rid of useless lifetimesPhilipp Gesang2021-11-221-5/+5
* switch RawPalette to integer representationPhilipp Gesang2021-11-161-48/+93
* add KDGKBTYPE wrapperPhilipp Gesang2021-11-151-8/+14
* namespace ioctl related symbolsPhilipp Gesang2021-11-151-45/+53
* move console handling into libPhilipp Gesang2021-11-151-5/+152
* use idiomatic syscall error wrappersPhilipp Gesang2021-11-151-24/+48
* turn Fd into proper wrapperPhilipp Gesang2021-11-151-5/+25
* lib: split out libraryPhilipp Gesang2021-11-151-0/+528