Registry / other / drm-fourcc

drm-fourcc

JSON →
library2.2.0rscratesunverified

Provides an enum with every valid Direct Rendering Manager (DRM) format fourcc.

# Cargo.toml [dependencies] drm-fourcc = "2.2.0"
INSTALL
IMPORT
SIG · DRM-FOURCC
D
drm-fourcc
otherrustv2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DrmFourcc
use drm_fourcc::DrmFourcc;

Prints the Xrgb8888 fourcc code.

use drm_fourcc::DrmFourcc; fn main() { let fourcc = DrmFourcc::Xrgb8888; println!("{:?}", fourcc); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
drm-fourcc — cargo add drm-fourcc · libregistry