fourcc A Rust syntax extension to generate FourCCs. Usage Add this to your Cargo.toml: [dependencies] fourcc = "*" and this to your crate root: #![feature(plugin)] #![plugin(fourcc)]