fourcc

A Rust syntax extension to generate FourCCs.

Build Status

Usage

Add this to your Cargo.toml:

```toml [dependencies]

fourcc = "*" ```

and this to your crate root:

```rust

![feature(plugin)]

![plugin(fourcc)]

```