If you are using #rust what do you use as part of your dev environment? What tooling do you think is a must have? Bonus points if you are on #Linux

Not interested in "I use [insert GenAI model] with Rust" type comments.

#AskFedi #dev #rustlang

@Jdm2 nvim with rustacean (rustanalyzer lsp) and a set of plugins. jj vcs. atuin shell history. rg (ripgrep). A custom wrapper (in rust) around claude. pandoc. A customized markdown formatter. D2 for diagrams. uv for the occasional pythonic digression.

Nothing too crazy.

@barries nice. thank you very much!