Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/djg/fourcc
- Owner: djg
- License: apache-2.0
- Created: 2014-07-30T22:03:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T02:15:17.000Z (over 6 years ago)
- Last Synced: 2024-09-17T15:02:21.381Z (about 2 months ago)
- Language: Rust
- Size: 253 KB
- Stars: 2
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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)]
```