refactor: update key handler

This commit is contained in:
2025-07-11 16:32:57 +03:00
parent ae0fc2bbf5
commit d336160b5b
4 changed files with 94 additions and 55 deletions

View File

@@ -15,3 +15,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run clippy
run: cargo clippy --verbose