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

Error: Add Support for Formatting Error Using {fmt} #30

Merged
merged 2 commits into from
Jul 3, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jul 3, 2023

Implement fmt::formatter<error::Error> to enable formatting of the error::Error struct using the {fmt} library. Also, add corresponding unit tests for the implementation.

Closes #29.

@threeal threeal added the feat label Jul 3, 2023
@threeal threeal self-assigned this Jul 3, 2023
@threeal threeal merged commit 42f0377 into main Jul 3, 2023
@threeal threeal deleted the error-format-with-fmtlib branch July 3, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Add Support for Formatting Error Using {fmt}
1 participant