Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: several more cleanups from #55 #56

Merged
merged 7 commits into from
Feb 1, 2024
Merged

refactor: several more cleanups from #55 #56

merged 7 commits into from
Feb 1, 2024

Conversation

null8626
Copy link
Contributor

@null8626 null8626 commented Feb 1, 2024

this pull request changes the IndexMap key type from String to Cow<'static, str> as it was frequently used with string literals across the code. (it was originally set as &'static str in #55).

other than that, i've also removed some .clone() instances and cleaned up several parts of the code to reduce repetition!

@null8626 null8626 changed the title refactor: refactor: several more cleanups from #55 Feb 1, 2024
@null8626 null8626 merged commit f7e6145 into main Feb 1, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant