Rust
summary
Async How async works in Rust
Cargo Workspace What a workspace is and what it does for you
Error Handling Results and custom errors
Impl The actions a struct can take
Lifetimes How long your variables keep existing
Ownership The context that controls a variable
Rust Book Abridged The complete Rust Book in short form
Struct A collection of data
Tokio The async executor Tauri uses
Unwrapping Unwrapping should be few and far apart