fourcc 0.0.4

Syntax extension to generate FourCCs (four-character code).
fourcc
======

A Rust syntax extension to generate FourCCs.

[![Build Status](https://travis-ci.org/rust-lang/fourcc.svg?branch=master)](https://travis-ci.org/rust-lang/fourcc)

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]

fourcc = "*"
```

and this to your crate root:

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