rust

star 90

Conventions for writing Rust code

wado-lang By wado-lang schedule Updated 5/7/2026

name: rust description: Conventions for writing Rust code

  • Manage dependencies in the workspace Cargo.toml.
  • Use the panic! macro instead of falling back to meaningless dummy values or no-op implementations.
  • Use the 2024 edition.
  • Keep the code free of compiler warnings and Clippy lints.
  • Avoid wildcard match arms (_ => ...) unless absolutely necessary.
Install via CLI
npx skills add https://github.com/wado-lang/wado --skill rust
Repository Details
star Stars 90
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator