| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move console handling into lib | Philipp Gesang | 2021-11-15 | 1 | -5/+152 |
| | | | | | | All operations are now exposed through wrappers that are member functions of ``vtcol::Console``. | ||||
| * | use idiomatic syscall error wrappers | Philipp Gesang | 2021-11-15 | 1 | -24/+48 |
| | | | | | | A simplified version of the function used in std which aren’t made public. | ||||
| * | turn Fd into proper wrapper | Philipp Gesang | 2021-11-15 | 1 | -5/+25 |
| | | |||||
| * | lib: split out library | Philipp Gesang | 2021-11-15 | 1 | -0/+528 |
| Not really a satisfactorily clean split as of yet but it’s a start. Error types have been changed from anyhow to io::Error in ``lib.rs`` so as to not force an error handling crate on downstream users. | |||||
