Ashley Mannix 9defa89c1b
Merge pull request #249 from konsumlamm/self
Use `Self` & fix bug when overriding `stringify!`
2021-08-05 10:54:11 +10:00
2021-08-04 13:02:19 +02:00
2021-08-04 12:37:28 +02:00
2021-07-19 19:43:25 +02:00
2019-10-13 15:38:06 +01: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-06-27 20:00:43 +02: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.2"

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 426 KiB
Languages
Rust 100%