Registry / utility / four-cc

four-cc

JSON →
library0.4.0rscratesunverified

Newtype wrapper providing a convenient representation of four-character-code values.

# Cargo.toml [dependencies] four-cc = "0.4.0"
INSTALL
IMPORT
SIG · FOUR-CC
F
four-cc
utilityrustv0.4.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.

FourCC
use four_cc::FourCC;

Create a FourCC from bytes and display it.

use four_cc::FourCC; fn main() { let code = FourCC::from_bytes(*b"RIFF"); println!("{}", code); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
four-cc — cargo add four-cc · libregistry