Skip to content

Commit

Permalink
Update readme to mention which bit operations
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorygaines committed Dec 18, 2024
1 parent 597f3ed commit f4ef006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ or concepts (e.g. embedded or writing an emulator).
- Supports most primitive and user-defined custom types.
- Supports endian conversion (little, big) and field order (msb or lsb).
- Generates checked versions of field setters to catch overflows.
- Generates bit operations.
- Generates bit operations to get or set bits.

## 🔧 Usage

Expand Down

0 comments on commit f4ef006

Please sign in to comment.