Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix registered claims panic bug (#20)
<!-- This project uses semantic versioning in combination with conventional commits. When creating a pull request the title will be validated to follow conevntional commits however you as a contributor need to think about what kind of changes you are making. The description of the PR will be used (in most cases) as the commit details and needs to contain any 'BREAKING CHANGE:' footer. See https://github.com/semantic-release/semantic-release?tab=readme-ov-file#commit-message-format for details on what types result in which SemVer. --> ### Describe your changes + Allocate memory for embedded struct type to avoid panics + Add elementary test ### Issue ticket number and link - Fixes #19 ### Checklist before requesting a review - [X] I have performed a self-review of my own code - [X] I have verified that the code builds perfectly fine on my local system - [X] I have added tests that prove my fix is effective or that my feature works - [X] I have commented my code, particularly in hard-to-understand areas - [X] I have verified that my code follows the style already available in the repository - [X] I have made corresponding changes to the documentation
- Loading branch information