summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement a non-panicking to_stringTomasz Kramkowski2023-01-271-4/+20
|
* Use match for open_session error handlingTomasz Kramkowski2023-01-271-4/+3
|
* Shorten create_and_open_dir error handlingTomasz Kramkowski2023-01-271-7/+5
|
* clean up error handlingTomasz Kramkowski2023-01-271-7/+12
| | | | | By adding an implicit conversion from std::io::Error to SessionError, a lot of the .or(SessionError) bits can be dropped.
* formattingTomasz Kramkowski2023-01-271-4/+5
|
* use cap-stdTomasz Kramkowski2023-01-271-12/+14
|
* openat variantTomasz Kramkowski2023-01-271-0/+56