chiark / gitweb /
Made auth file handling fallible.
authorSimon Tatham <anakin@pobox.com>
Sat, 23 Dec 2023 12:29:03 +0000 (12:29 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 23 Dec 2023 12:29:03 +0000 (12:29 +0000)
commit2f2029b6e63efd0a6466d5d27784270d213564cd
tree60bfa5270528f4333173ed0315ebb7c1bdb89c7f
parent31a198e89ce15d9687fb3a63d0c4bf27a36ee1a1
Made auth file handling fallible.

There are no doubt many ways to do it better, but this is a start -
now it will at least print what went wrong.
src/auth.rs
src/lib.rs
src/main.rs