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

Please impl common traits such as Debug #11

Closed
Forsworns opened this issue Jan 10, 2024 · 2 comments
Closed

Please impl common traits such as Debug #11

Forsworns opened this issue Jan 10, 2024 · 2 comments
Assignees

Comments

@Forsworns
Copy link

Though we can build a new wrapper for EnumTable/EnumMap when using it, it's better if you could impl it in this crate :)

Or simply provide an interface Into<HashMap>, it would be helpful for debug/serialization.

@Pscheidl Pscheidl self-assigned this Feb 17, 2024
Pscheidl added a commit that referenced this issue Feb 17, 2024
Allow Debug output for EnumMap.

gh-11
Pscheidl added a commit that referenced this issue Feb 17, 2024
Allow Debug output for EnumMap.

gh-11
Pscheidl added a commit that referenced this issue Feb 17, 2024
Allow Debug output for EnumMap.

gh-11
Pscheidl added a commit that referenced this issue Feb 17, 2024
Allow Debug output for EnumMap.

gh-11
Pscheidl added a commit that referenced this issue Feb 17, 2024
Allow Debug output for EnumMap.

gh-11
Pscheidl added a commit that referenced this issue Feb 17, 2024
Allow Debug output for EnumTable.

gh-11
Pscheidl added a commit that referenced this issue Feb 17, 2024
Allow Debug output for EnumMap.

gh-11
Pscheidl added a commit that referenced this issue Feb 17, 2024
Implemented `Debug` trait for `EnumTable`.

gh-11
Pscheidl added a commit that referenced this issue Feb 17, 2024
Implemented `Debug` trait for `EnumTable` and `EnumMap`.

gh-11
Pscheidl added a commit that referenced this issue Feb 17, 2024
Implemented `Debug` trait for `EnumTable` and `EnumMap`.

gh-11
@Pscheidl
Copy link
Owner

@Forsworns Debug has been implemented and released in version 0.8.0. https://crates.io/crates/enum-collections

Eq and PartialEq to be done separately.

@Pscheidl
Copy link
Owner

@Forsworns FYI Eq and PartialEq were done as a part of #13 and released in version 0.9.0.

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

2 participants