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

remove hashbrown from id_to_pattern API #324

Closed
wants to merge 1 commit into from

Conversation

mtak-
Copy link
Contributor

@mtak- mtak- commented Jul 29, 2024

Hello! I've been having so much fun with egg, I thought I would contribute a little.

I've replaced a HashMap with a FnMut in the API. I tried using the HashMap version and found I had to use the same verison of hashbrown with fxhash as egg.

This is a breaking API change and requires a version bump.

@mwillsey
Copy link
Member

Not a bad idea, but I'm okay with requiring the use of hashbrown and the correct hashfn. Thanks though!

@mwillsey mwillsey closed this Dec 30, 2024
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.

2 participants