https://github.com/bschwind/switch-tester
A dioxus-based Rust GUI for displaying mechanical keyboard switch info on a switch tester board
https://github.com/bschwind/switch-tester
Last synced: about 2 months ago
JSON representation
A dioxus-based Rust GUI for displaying mechanical keyboard switch info on a switch tester board
- Host: GitHub
- URL: https://github.com/bschwind/switch-tester
- Owner: bschwind
- Created: 2023-03-16T11:33:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T09:57:07.000Z (about 3 years ago)
- Last Synced: 2025-03-20T17:51:47.030Z (about 1 year ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# switch-tester
A dioxus-based Rust GUI for displaying mechanical keyboard switch info on a switch tester board
## Dependencies
### Linux
* Cargo / Rust toolchain (https://rustup.rs)
* See the Dioxus [platform-specific dependencies](https://dioxuslabs.com/docs/0.3/guide/en/getting_started/desktop.html#platform-specific-dependencies)
## Run
```
$ cargo run --release
```
## Code Format
The formatting options currently use nightly-only options.
```
$ cargo +nightly fmt
```
## Code Linting
```
$ cargo clippy --all-targets -- -D warnings
```