concordance 0.1.0

A library for negotiating HDMI 2.1 modes.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Output types produced by the negotiation pipeline.

pub mod warning;

#[cfg(any(feature = "alloc", feature = "std"))]
pub mod config;
#[cfg(any(feature = "alloc", feature = "std"))]
pub mod rejection;
#[cfg(any(feature = "alloc", feature = "std"))]
pub mod trace;