| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | opt: use DEFAULT_LOG_LEVEL in arg parser | dilluti0n | 2026-01-16 | 1 | -4/+1 |
| | | | | | | Initialize log_level from DEFAULT_LOG_LEVEL instead of duplicated cfg(debug_assertions) branches in parse_args_1(). | ||||
| * | opt: fix OPT_LOG_LEVEL not initialized panic | dilluti0n | 2026-01-16 | 1 | -2/+4 |
| | | |||||
| * | opt: add comment for OPT_LOG_LEVEL initialize seq | dilluti0n | 2026-01-16 | 1 | -0/+1 |
| | | |||||
| * | Refactor main.rs; modulize opt.rs and pkt.rs | dilluti0n | 2026-01-16 | 1 | -0/+165 |
| Move option parsing to opt.rs and packet handling to pkt.rs from main.rs | |||||
