Open Issues Need Help
View All on GitHub Rework flags to use bitfield crate about 1 month ago
AI Summary: Refactor existing code within the FromSoftware-rs project to replace manual bit manipulation with the `bitfield` crate for improved readability and maintainability. This involves identifying instances of manual bit shifting and replacing them with the `bitfield` crate's functionality where appropriate.
Complexity:
3/5
good first issue