Skip to content

Commit

Permalink
mdbook
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Cameron <[email protected]>
  • Loading branch information
nrc committed Nov 8, 2022
1 parent b3118b2 commit 62f6184
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
book/
14 changes: 14 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Summary

- [Rust errors](rust-errors/README.md)
- [Result and Error](rust-errors/result-and-error.md)
- [Panic](rust-errors/panic.md)
- [Non-Rust errors and FFI](rust-errors/interop.md)
- [Testing](rust-errors/testing.md)
- [Rust's ecosystem](ecosystem.md)
- [Error design](error-design/README.md)
- [Thinking about errors](error-design/thinking-about-errors.md)
- [Error handling](error-design/error-handling.md)
- [Error type design](error-design/error-type-design.md)
- [Case studies]()
- [Resources](resources.md)
8 changes: 8 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[book]
title = "Error Handling in Rust"
authors = ["Nick Cameron"]
src = "."
language = "en"

[rust]
edition = "2021"

0 comments on commit 62f6184

Please sign in to comment.