commit | 7e1884d2194b47ec144c7eafa6e4c02efb09330c | [log] [tgz] |
---|---|---|
author | Bob Badour <[email protected]> | Fri Apr 24 18:23:37 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Apr 24 18:23:37 2020 +0000 |
tree | 5d3077baca3f524419d19f2fd5153c1babebe131 | |
parent | 7cdfc32a6caa5373c5c47bc0f0b33f8c70821d30 [diff] | |
parent | 7255afafd60f99ef71fb8faff21ac07b2b7dcc47 [diff] |
Add license type: Apache2+MIT are NOTICE licenses am: 7255afafd6 Change-Id: I3b224ec5f274dfd4bd6c9729e21ad0dd6746107b
A Rust macro to generate structures which behave like a set of bitflags
Add this to your Cargo.toml
:
[dependencies] bitflags = "1.0"
and this to your crate root:
#[macro_use] extern crate bitflags;
The minimum supported Rust version is 1.20 due to use of associated constants.