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

Use thiserror crate to make error definition more ergonomic. #640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 27, 2023

  1. Use thiserror crate to make error definition more ergonomic.

    The thiserror crate takes care of a bunch of details of implementing
    errors for a library in rust. This will simplify the code around our
    errors by making it follow conventions that are widely used in the rust
    community. It also is much shorter in terms of lines of code.
    
    Closes tafia#638
    wt committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    6c19f36 View commit details
    Browse the repository at this point in the history