diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-16 00:08:41 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-16 00:12:53 +0100 |
| commit | 04b1e6080d99601b8d6343be3140f545cd8f9eae (patch) | |
| tree | 2180b7d50f2442e5d18a99a87e56def29b02f68e /src/handlers/mod.rs | |
| parent | ab6492a9f9b8a65121fcf10ff5a44660bd063af1 (diff) | |
Separate concerns
Diffstat (limited to 'src/handlers/mod.rs')
| -rw-r--r-- | src/handlers/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs new file mode 100644 index 0000000..7d7cfec --- /dev/null +++ b/src/handlers/mod.rs @@ -0,0 +1,3 @@ +pub mod file; +pub mod view; +pub mod zoom; |