houseme 391eb5b6f9 Refactor main.rs for clarity and modularity in rustfs-gui (#225)
* Improve init_logger function and format code with cargo fmt

- Enhance `init_logger` function for better logging configuration.
- Apply `cargo fmt` to format the codebase.

* Refactor main.rs for clarity and modularity in rustfs-gui

- Move `init_logger` function to `utils/logger.rs` for better separation of concerns.
- Create a dedicated `router` module in `router/router.rs`.
- Update `main.rs` to use the new `logger` and `router` modules.
- Apply `cargo fmt` to format the codebase.
2025-02-18 18:37:17 +08:00
2024-09-25 19:46:02 +08:00
2024-12-09 17:03:48 +08:00
2024-07-26 17:29:50 +08:00
2024-12-05 15:12:52 +08:00
2025-01-11 01:01:04 +08:00
2025-02-11 10:10:12 +08:00
2024-12-26 00:10:11 +08:00
2025-02-12 17:34:23 +08:00
2025-01-21 16:44:55 +08:00
2024-12-05 15:12:52 +08:00
2025-02-17 16:15:16 +08:00
2025-02-12 17:34:23 +08:00
wip
2024-12-03 02:54:23 +00:00
2024-09-25 19:46:02 +08:00
2024-07-25 16:57:43 +08:00
2024-07-01 19:33:20 +08:00
2024-11-03 10:01:17 +08:00
Languages
Rust 98.1%
Shell 1.5%
Makefile 0.2%
Just 0.1%