-
Notifications
You must be signed in to change notification settings - Fork 2
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 Hash, PartialOrd, Eq, Ord for types #22
Comments
Well, hashmaps niether do support hashing nor ordering. We cannot also implement Eq because of floats. |
Poor research, not all of them, but some of the traits can be actually implemented. |
Alright
which made me a little upset. The actual situation is as follows:
|
TLDR: |
Hello, it would be awesome if the Nbt types could implement these traits, if possible.
And also, quick unrelated question - can the nbt writing methods ever fail with any error other than IO? maybe they should return
Result<..., io::Error>
instead ofcrab_nbt::Error
?The text was updated successfully, but these errors were encountered: