Rust Best Practices

Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or functions, (2) reviewing or refactoring existing Rust code, (3) deciding between borrowing vs cloning or ownership patterns, (4) implementing error handling with Result types, (5) optimizing Rust code for performance, (6) writing tests or documentation for Rust projects.

apollographql 0e03ea0 10 files · 98.4 KB Updated

File contents

apollographql/skills/tree/main/skills/rust-best-practices commit 0e03ea0ad0

Frequently asked questions

npx skillmds@latest add apollographql/rust-best-practices