error-docs icon indicating copy to clipboard operation
error-docs copied to clipboard

Documentation of Rust error handling

nrc's error docs

An introduction to error handling in Rust.

Very work in progress.

Contents

  • Rust errors
    • Result and Error
    • Panic
    • Non-Rust errors and FFI
    • Testing
    • no-std environments
  • Error design
    • Thinking about errors
    • Error handling
    • Error type design
  • Rust's ecosystem
  • Resources