Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Debug and Display impls for provided types #5

Closed
withoutboats opened this issue Nov 2, 2017 · 2 comments
Closed

Debug and Display impls for provided types #5

withoutboats opened this issue Nov 2, 2017 · 2 comments

Comments

@withoutboats
Copy link
Contributor

I definitely just threw together the Debug and Display impls in this library for types like Error, Context, etc. They should be reviewed for quality and better ways of conveying the same information should be considered and discussed.

@nielsle
Copy link

nielsle commented Nov 8, 2017

Would it make sense to provide derive_display as a separate library? I think that it could also be useful for other types than errors.

@withoutboats
Copy link
Contributor Author

Did this review, changed the Debug output for Error.

@nielsle it is certainly possible to create a derive for Display along the same lines as the derive for fail in failure_derive.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants