flag-mast-derive 0.1.1

Ergonomic Rust bit flags
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "flag-mast-derive"
version = "0.1.1"
description = "Ergonomic Rust bit flags"
homepage = "https://github.com/toshokan/flag-mast"
repository = "https://github.com/toshokan/flag-mast"
authors = ["toshokan <toshokan@shojigate.net>"]
license = "MIT OR Apache-2.0"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "^1"
proc-macro-error = "^1"
syn = "^1"
quote = "^1"