/fourcc

Syntax extension to generate FourCCs.

Primary LanguageRustApache License 2.0Apache-2.0

fourcc

A Rust syntax extension to generate FourCCs.

Build Status

Usage

Add this to your Cargo.toml:

[dependencies]

fourcc = "*"

and this to your crate root:

#![feature(plugin)]
#![plugin(fourcc)]