Rust

Rust editions, Cargo ecosystem, async runtimes, and performance.

  • 5 Tracked terms
  • Last 30 days Feed window

Where the coverage comes from

The 50 sources publishing most on Rust over the last 30 days, out of 436 articles in the feed. Click a source for its articles on this topic and its profile.

  1. 1 @Thepracticaldev dev.to 242 articles 20+ min ago 98%
  2. 2 Medium medium.com 23 articles 9+ hour ago 87%
  3. 3 Knowledge Gate Ai knowledgegate.ai 14 articles 2+ day ago 100%
  4. 4 @Phoronix phoronix.com 11 articles 1+ day ago 0%
  5. 5 @Hackernoon hackernoon.com 8 articles 2+ day ago 100%
  6. 6 i-programmer.info 6 articles 4+ day ago 0%
  7. 7 Infoq infoq.com 6 articles 21+ hour ago 100%
  8. 8 Linuxfordevices linuxfordevices.com 6 articles 1+ day ago 100%
  9. 9 Tech Insider tech-insider.org 4 articles 3+ day ago 0%
  10. 10 Biggo Finance finance.biggo.com 3 articles 4+ day ago 33%
  11. 11 Hyperai hyper.ai 3 articles 2+ week ago 0%
  12. 12 Infoworld infoworld.com 3 articles 1+ week ago 67%

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Rust

DEV Community
dev.to > ashg2099 > 56-fault-injection-tests-passed-the-one-that-injected-nothing-failed-ihj

56 fault-injection tests passed. The one that injected nothing failed.

20+ min ago   (415+ words) I was building a tool that detects when data quietly changes meaning — a vendor switching units, a source dropping a field, an undocumented enum appearing. The kind of failure where every test passes and every job is green. Claims about…...

DEV Community
dev.to > khg5293 > why-type-safety-matters-more-as-a-codebase-grows-14pc

Why Type Safety Matters More as a Codebase Grows

1+ hour, 25+ min ago   (209+ words) When a project is small, type safety can feel like extra work. If you only have a few files and you wrote most of the code yourself, it is often easy to remember what each function expects and what each…...

DEV Community
dev.to > natuworkguy > i-rewrote-one-function-in-squirrel-then-in-c-one-line-of-python-was-just-as-fast-3han

I Rewrote One Function in Squirrel, Then in C. One Line of Python Was Just as Fast.

5+ hour, 47+ min ago   (543+ words) I maintain a 2D game engine in Python called ABS Engine. Last week I decided it needed C. Not because anything was slow. That is the embarrassing part. I wanted to drop a.c file into a folder and call it from Python…...

DEV Community
dev.to > sanjaiyan_dev > stop-wasting-llm-tokens-i-built-a-rust-cli-to-prune-jsts-codebases-by-80-3i2e

Stop Wasting LLM Tokens! I Built a Rust CLI to Prune JS/TS Codebases by 80% 🦀🚀

7+ hour, 8+ min ago   (214+ words) ┌─────────────────────────────────────────────────────────────────────────────┐ │... Tagged with ai, webdev, productivity, opensource....

DEV Community
dev.to > mahirhir > my-negative-test-stopped-being-negative-when-a-config-file-grew-by-four-rows-1hi0

My negative test stopped being negative when a config file grew by four rows

10+ hour, 16+ min ago   (528+ words) A test whose entire job was to prove a rule gets refused had quietly started proving that the rule passes. It plants a violation and asserts the checker rejects it. It had been green for weeks. It was green because…...

DEV Community
dev.to > stackhorizon > typescript-features-worth-adopting-first-4ojf

TypeScript Features Worth Adopting First

12+ hour, 23+ min ago   (415+ words) I've onboarded a few teams onto TypeScript, and the same pattern shows up every time: people try to use everything at once. Generics everywhere, conditional types, mapped types, decorators. Then they get frustrated and blame TypeScript. The trick is to…...

DEV Community
dev.to > mahirhir > castbool-x-is-a-promise-to-the-type-checker-at-runtime-it-is-the-identity-function-3d0e

cast(bool, x) is a promise to the type checker. At runtime it is the identity function.

12+ hour, 50+ min ago   (405+ words) typing.cast returns its second argument. That is the entire implementation: It exists so a static checker will stop complaining, and it does nothing at all when the program runs. If the awaited expression produces None, the caller receives None....

Medium
medium.com > @rothyyorn9 > why-ai-infrastructure-is-making-rust-more-valuable-in-2026-62153aa8bd7a

Why AI Infrastructure Is Making Rust More Valuable in 2026

9+ hour, 48+ min ago   (29+ words) Artificial intelligence started with Python. For years, Python was the absolute champion of machine learning because it allowed developers …...

Medium
medium.com > @rothyyorn9 > the-rust-skills-that-will-matter-most-for-developers-in-2027-2838850e986c

The Rust Skills That Will Matter Most for Developers in 2027

11+ hour, 56+ min ago   (5+ words) “” is published by Rothy Yorn....