Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djg/fourcc

Syntax extension to generate FourCCs.
https://github.com/djg/fourcc

Last synced: 15 days ago
JSON representation

Syntax extension to generate FourCCs.

Awesome Lists containing this project

README

        

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)]
```