-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The current parser is very strict. However, many devices ship with malformed, noncompliant EDIDs, and they may never be fixed.
To resolve this, we can make a type like Edid, but each field is Result<Field, EdidError>.
It'll also have a method to_edid(self) that returns Result<Edid, FallibleEdid>, only returning Edid if all fields on self are Result::Ok! :D
Metadata
Metadata
Assignees
Labels
No labels