---
title: "Using Rust at a startup: A cautionary tale"
url: https://daily.dev/posts/using-rust-at-a-startup-a-cautionary-tale-xiyj1-2ta
source_url: https://mdwdotla.medium.com/using-rust-at-a-startup-a-cautionary-tale-42ab823d9454?source=rss------rust-5
type: article
source: "Medium"
published: 2022-11-24T02:03:27.532Z
updated: 2022-11-24T02:03:27.531Z
tags: ["python", "google", "startup", "performance", "golang", "rust", "productivity"]
reading_time: 9
upvotes: 28
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Rust at a startup: A cautionary tale

**[Medium](https://daily.dev/sources/medium_js)** · 9 min read · 28 upvotes · 1 comments

## Summary

Using Rust at a startup will almost certainly involve a nontrivial productivity hit that could be a major factor if you are trying to move fast. With Rust, one needs to learn entirely new ideas — things like lifetimes, ownership, and the borrow checker. Rust has a huge learning curve, even for experienced programmers.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://mdwdotla.medium.com/using-rust-at-a-startup-a-cautionary-tale-42ab823d9454?source=rss------rust-5>

## Community discussion

Top comments from developers on daily.dev.

**@mikelogaciuk** · 1 upvotes

> As for Pythonista and Rubyist, none any language scares me more than Rust 🤯🤣

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#google](https://daily.dev/tags/google), [#startup](https://daily.dev/tags/startup), [#performance](https://daily.dev/tags/performance), [#golang](https://daily.dev/tags/golang), [#rust](https://daily.dev/tags/rust), [#productivity](https://daily.dev/tags/productivity)

[View this post on daily.dev](https://daily.dev/posts/using-rust-at-a-startup-a-cautionary-tale-xiyj1-2ta)
