mirror of
https://github.com/haraldh/chainerror.git
synced 2025-06-06 16:14:43 +02:00
parent
5c93f1a5fe
commit
b58c980582
14 changed files with 326 additions and 2 deletions
|
@ -187,6 +187,22 @@ fn main() -> Result<(), Box<Error>> {
|
|||
#
|
||||
# Along with the `ChainError<T>` struct, `chainerror` comes with some useful helper macros to save a lot of typing.
|
||||
#
|
||||
# ## Features
|
||||
#
|
||||
# `no-fileline`
|
||||
# : completely turn off storing filename and line
|
||||
#
|
||||
# `display-cause`
|
||||
# : turn on printing a backtrace of the errors in `Display`
|
||||
#
|
||||
# `no-debug-cause`
|
||||
# : turn off printing a backtrace of the errors in `Debug`
|
||||
#
|
||||
#
|
||||
# # Tutorial
|
||||
#
|
||||
# Read the [Tutorial](https://haraldh.github.io/chainerror/tutorial1.html)
|
||||
#
|
||||
# # Examples
|
||||
#
|
||||
# ~~~rust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue