openharmony_ci 74522d2cb0
!2 Add OAT.xml and README.OpenSource
Merge pull request !2 from fangting/master
2023-04-14 08:10:29 +00:00
2021-08-16 14:12:11 +10:00
2021-08-16 14:00:53 +10:00
2021-08-05 11:06:04 +10:00
2021-08-16 14:12:11 +10:00
2021-08-16 14:12:11 +10:00
2018-05-31 15:09:56 +05:30
2015-01-15 00:32:45 -08:00
2015-01-15 00:32:45 -08:00
2021-08-05 11:28:42 +10:00

bitflags

Rust Join the chat at https://gitter.im/bitflags/Lobby Latest version Documentation License

A Rust macro to generate structures which behave like a set of bitflags

Usage

Add this to your Cargo.toml:

[dependencies]
bitflags = "1.3"

and this to your source code:

use bitflags::bitflags;

Rust Version Support

The minimum supported Rust version is 1.46 due to use of associated constants and const functions.

Description
No description provided
Readme 425 KiB
Languages
Rust 100%