Rust
Advanced Rust skills for ownership, error handling, and async programming.
Skills in this plugin
3- ▌ Rust Async Patterns · thebushidocollectiveUse when Rust async programming with tokio, async/await, and futures. Use when writing asynchronous Rust code.
- ▌ Rust Error Handling · thebushidocollectiveUse when Rust error handling with Result, Option, custom errors, thiserror, and anyhow. Use when handling errors in Rust applications.
- ▌ Rust Ownership System · thebushidocollectiveUse when Rust's ownership system including ownership rules, borrowing, lifetimes, and memory safety. Use when working with Rust memory management.