error-stack-macros2
Community-made procedural macros for error-stack
.
Example
Here is the same example shown in the error-stack
README
, modified to
use the macros provided by this crate:
use ;
use Error;
;
;
let experiment_ids = &;
let experiment_descriptions = &;
let err = start_experiments
.unwrap_err;
assert_eq!;
Support
Need help using error-stack-macros2
? Don't hesitate to reach out on
GitHub Discussions!
Links
Contributing
Before creating an issue, please consider the following:
- Refer to the documentation to make sure the error is actually a bug and not a mistake of your own.
- Make sure the issue hasn't already been reported or suggested.
- Please report any security vulnerabilities privately through Security Advisories.
- After following these steps, you can file an issue using one of our templates. Please make sure to follow our Code of Conduct.
- If you wish to submit a pull request alongside your issue, please follow our contribution guidelines.
Disclaimer
This crate is not affiliated with the official error-stack
crate or its
maintainers.