liboptic_edid 0.1.0

Parses EDIDs from raw bytes (in 100% Rust)
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Scripts

Run these with `rust-script`. Make sure to install it first with `cargo binstall rust-script`.

## Editing

When you're editing one of these scripts, you probably want to have a terminal nearby with `cargo-watch` running:

```bash
cargo watch -s -c "rust-script scripts/find_good_tests.rs"
```