chiark / gitweb /
Move TopLevelError out into its own source file.
authorSimon Tatham <anakin@pobox.com>
Thu, 1 Feb 2024 08:06:15 +0000 (08:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 2 Feb 2024 12:19:07 +0000 (12:19 +0000)
commit5fbe4fcf861e2c38c61e4698e5db340806114f11
tree8abf1764b4d14e058bfb0f485ee6d4c2236836b3
parente73dcac1a9f3444b2d9a7d28577c52e46f38945a
Move TopLevelError out into its own source file.

Now lib.rs is just a list of declarations of other modules, which
seems cleaner.
src/auth.rs
src/client.rs
src/config.rs
src/lib.rs
src/main.rs
src/top_level_error.rs [new file with mode: 0644]
src/tui.rs