Why Not to Rewrite a Rust App in Rust

Understanding the motivations and consequences of rewriting an application in the same language.

Alternatives to Rewriting

Instead of rewriting, consider refactoring or optimizing performance-critical parts of the application.

Learn About Refactoring in Rust

Case Studies

Case Study 1

A successful refactoring story.

Read More

Case Study 2

Lessons learned from a complex rewrite.

Read More