feat: add ci

This commit is contained in:
davidon-top 2023-11-03 20:02:21 +01:00
parent 54686fc93d
commit 42632f81e4
5 changed files with 38 additions and 6 deletions

View file

@ -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,