# Rust Posts

Articles and insights about Rust from the PropelAuth team.

### I love building a startup in Rust. I wouldn't pick it again.
For almost two years now, the vast majority of our backend code was written in Rust (aside from a little bit of Python). I love Rust, it’s by far my favorite language. I find myself missing match in pretty much every other language I go to.

However, if I was doing it over, I wouldn’t choose Rust.

[Read more](/content/post/i-love-building-a-startup-in-rust-i-wouldnt-pick-it-again/index.html)

### Clean Code with Rust & Axum
One of my favorite parts of the book Clean Code was seeing a code snippet that starts off gross and unmanageable and watching it iteratively improve.

[Read more](/content/post/clean-code-with-rust-and-axum/index.html)

### Rust Authentication with PropelAuth
We are incredibly excited to release the propelauth crate, which you can use to add authentication and authorization to your Rust backend.
