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

Is BTreeMap safe to use when serializing? #18

Open
fjarri opened this issue Oct 12, 2024 · 0 comments
Open

Is BTreeMap safe to use when serializing? #18

fjarri opened this issue Oct 12, 2024 · 0 comments
Labels
code quality Making things simpler
Milestone

Comments

@fjarri
Copy link
Member

fjarri commented Oct 12, 2024

EchoRoundMessage uses it, and various evidences too. Do serializers generally support it? What happens if keys repeat? We need it to be an error. Should we use Vec instead to be on the safe side? Or we can write a wrapper type that serializes as a Vec.

@fjarri fjarri added the code quality Making things simpler label Oct 12, 2024
@fjarri fjarri added this to the v0.1.0 milestone Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Making things simpler
Projects
None yet
Development

No branches or pull requests

1 participant