diff options
Diffstat (limited to 'third_party/rust/failure/book/src/SUMMARY.md')
-rw-r--r-- | third_party/rust/failure/book/src/SUMMARY.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/rust/failure/book/src/SUMMARY.md b/third_party/rust/failure/book/src/SUMMARY.md new file mode 100644 index 0000000000..e5c8a3b438 --- /dev/null +++ b/third_party/rust/failure/book/src/SUMMARY.md @@ -0,0 +1,14 @@ +# Summary + +- [failure](./intro.md) +- [How to use failure](./howto.md) + - [The Fail trait](./fail.md) + - [Deriving Fail](./derive-fail.md) + - [The Error type](./error.md) + - [`bail!` and `ensure!`](./bail-and-ensure.md) +- [Patterns & Guidance](./guidance.md) + - [Strings as errors](./error-msg.md) + - [A Custom Fail type](./custom-fail.md) + - [Using the Error type](./use-error.md) + - [An Error and ErrorKind pair](./error-errorkind.md) + - [Strings and custom fail type](./string-custom-error.md) |