feat: add ci
This commit is contained in:
parent
54686fc93d
commit
42632f81e4
5 changed files with 38 additions and 6 deletions
|
@ -3,7 +3,9 @@ use proc_macro::TokenStream;
|
|||
/// Attribute proc macro that turns a struct into a bitflag
|
||||
/// The underlying type of the bitflag is chosen based on the number of fields in the struct
|
||||
/// usage:
|
||||
/// ```rust
|
||||
/// ```ignore
|
||||
/// use binf::bitflag;
|
||||
///
|
||||
/// #[bitflag]
|
||||
/// pub struct MyBitflag {
|
||||
/// a: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue