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

Implement SerializeAs<_> trait #109

Open
proudmuslim-dev opened this issue Oct 15, 2021 · 0 comments
Open

Implement SerializeAs<_> trait #109

proudmuslim-dev opened this issue Oct 15, 2021 · 0 comments

Comments

@proudmuslim-dev
Copy link

This trait not being implemented forces users to use a normal HashMap in places where many would seriously prefer to use a linked one. An example of this can be seen below
image
The dataset here has keys that change on every request, and not being able to iterate through it sequentially is a massive pain

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

No branches or pull requests

1 participant