Rust Is Just a Tool

Published: (February 28, 2026 at 12:47 AM EST)
2 min read

Source: Hacker News

Why I Like Rust

I like Rust.

It’s versatile enough that it can be used for application and systems programming. It has the best tooling of any language I’ve seen. It has a fairly pleasant type system. And I think most importantly it does a great job in bringing higher‑level language features into an environment without a garbage collector. Rust has arguably set the bar for “fast languages that are also decently expressive”.

But it’s just a programming language. Programming Rust does not mean I have to:

  • like every popular crate
  • buy into their marketing hype
  • follow community “best practices”
  • attack someone who prefers to solve a particular problem in C, or Zig
  • refuse to admit it has design flaws
  • refuse to admit the language is complex
  • refuse to admit there are alternatives to RAII
  • give the same smug lectures about “safety” we have all heard dozens of times before

I’m picking on Rust here because it’s no secret it has a long history of having some very… enthusiastic users. But my broader point is that tools are just tools. They’re not our identity, a mark of our wisdom, or a moral choice. Other people have different perspectives, tastes, and skills—and they may prefer different tools to us.

We would do well to accept this.

I’m available for hire.

0 views
Back to Blog

Related posts

Read more »

Rust is just a tool

4 Feb 2026 I like Rust. It's versatile enough that it can be used for application and systems programming. It has the best tooling of any language I've seen. It...

2025 State of Rust Survey Results

Hello, Rust community! Once again, the survey team is happy to share the results of the State of Rust survey, this year celebrating a round number – the 10th e...