ioctl-macros 0.1.0

Rust macros that can be used to generate ioctl numbers on unix systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ioctl-macros"
description = "Rust macros that can be used to generate ioctl numbers on unix systems"
license = "MIT/Apache-2.0"
version = "0.1.0"
authors = ["Tyler Slabinski <tslabinski@slabity.net>"]
repository = "https://github.com/Slabity/ioctl-macros-rs"
build = "build.rs"

[build-dependencies]
gcc = "*"

[profile.release]
lto = true