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 std::fmt::Binary trait #34

Closed
mruegenberg opened this issue Aug 1, 2019 · 2 comments
Closed

Implement std::fmt::Binary trait #34

mruegenberg opened this issue Aug 1, 2019 · 2 comments

Comments

@mruegenberg
Copy link

To get a quick overview of the contents of a set, it would be nice to be able to get a binary display of the set.
The Binary trait seems perfect for this.

@bluss
Copy link
Member

bluss commented Aug 25, 2019

Sounds good, but if we make a nice display, we should show it in Debug formatting too.

@bluss
Copy link
Member

bluss commented Apr 15, 2020

Fixed by #39 (I forgot to instruct to put the fixes text in the description there).

@bluss bluss closed this as completed Apr 15, 2020
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