fourcc 0.0.4

Syntax extension to generate FourCCs (four-character code).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "fourcc"
version = "0.0.4"
authors = ["The Rust Project Developers"]

license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/fourcc"
homepage = "https://github.com/rust-lang/fourcc"
keywords = ["plugin", "macro"]
description = """
Syntax extension to generate FourCCs (four-character code).
"""

[lib]

name = "fourcc"
plugin = true