A Rust syntax extension to generate FourCCs.
Add this to your Cargo.toml:
Cargo.toml
```toml [dependencies.fourcc]
git = "https://github.com/rust-lang/fourcc" ```
and this to your crate root:
```rust
extern crate fourcc; ```