Add Header basics

This commit is contained in:
Jaby
2022-09-21 21:52:21 +02:00
committed by Jaby
parent c3910d5343
commit 56c4b03b8b
4 changed files with 100 additions and 55 deletions

View File

@@ -31,4 +31,5 @@ macro_rules! create_bit_functions {
};
}
create_bit_functions!(u16);
create_bit_functions!(u16);
create_bit_functions!(u32);