commit | 9725d1306c5b7ba154a77d684d13753e3145936d | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Jun 16 22:03:01 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Jun 16 22:03:01 2022 +0000 |
tree | 6a5f14cb86a76dc538b346fa6295a8cf4cd6c3e5 | |
parent | a946eaab44c3c89f7e4b0bbc924005952311437a [diff] | |
parent | 50da566a2736365b9ff79a133bbf486ce32480b4 [diff] |
Snap for 8736029 from 50da566a2736365b9ff79a133bbf486ce32480b4 to mainline-go-media-swcodec-release Change-Id: I1589cdf6ea70e6ef2328b17bcaca3f819b4c54ba
A Rust macro to generate structures which behave like a set of bitflags
Add this to your Cargo.toml
:
[dependencies] bitflags = "1.3"
and this to your source code:
use bitflags::bitflags;
The minimum supported Rust version is 1.46 due to use of associated constants and const functions.