Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 377 Bytes

CONVENTIONS.md

File metadata and controls

7 lines (6 loc) · 377 Bytes

Bitflags

We represent sets of constants that are intended to be combined using bitwise operations as parameters to functions by types defined using the bitflags! macro from the bitflags crate. Instead of providing the concrete values ourselves, we prefer taking the constants defined in libc crate.