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
12
13
//! Structures for the EDID data.
//!
//! Each of these submodules are specialized to have data parsed into them.

pub mod _18bytes;
pub mod basic_info;
pub mod color;
pub mod desc;
pub mod est_timings;
pub mod extension;
pub mod id;
pub mod std_timings;
pub mod version;