Affected files: .obsidian/plugins/dataview/data.json .obsidian/plugins/obsidian-omnivore/data.json Read Later/2023-10-14 - Using CSS custom properties like this is a waste - YouTube.md Read Later/2023-10-14 - You Don’t Actually Want Open World Games - YouTube.md Read Later/2023-10-15 - Highlighting fold text, community fork of null-ls, leetcode integration, reduce ram ....md Read Later/2023-10-18 - The Unreasonable Effectiveness Of Plain Text.md Read Later/2023-10-21 - How Game Reviews Actually Affect You.md Read Later/2023-10-23 - Study shows stronger brain activity after writing on paper than on tablet or smartph....md Read Later/2023-10-23 - Train Your Brain to Be More Creative.md Read Later/2023-10-25 - Let's Get Webby! 🦀 🕸️.md Read Later/2023-10-25 - What the Rust Book didn't tell you about testing....md Read Later/2023-10-31 - Use cases for Rust.md Read Later/2023-11-01 - Why Signals Are Better Than React Hooks.md Read Later/2023-11-02 - The First Rule of Comments in Code.md Read Later/2023-11-02 - Web Accessibility Tips for Developers – A11y Principles Explained.md Read Later/2023-11-04 - Git Merge vs Rebase vs Squash ¿Qué estrategia debemos elegir-.md Read Later/2023-11-06 - How to Write Components that Work in Any Framework.md Read Later/2023-11-07 - How to Avoid Prop Drilling in React.md Read Later/2023-11-10 - The Complete Guide to Time Blocking.md Read Later/2023-11-14 - The one thing you need to finish your game.md Read Later/2023-11-21 - Career Mistakes to Avoid as a Developer.md Read Later/2023-11-21 - Conventional Commits.md Read Later/2023-11-21 - How to Write Better Git Commit Messages – A Step-By-Step Guide.md Read Later/2023-11-21 - The Life-Changing Magic of Tidying Up Your To-Do List.md Read Later/2023-11-21 - tbaggery - A Note About Git Commit Messages.md Read Later/2023-12-24 - Historias de usuario - Ejemplos y plantilla - Atlassian.md Read Later/2023-12-24 - ¿Qué son los puntos de historia en la metodología ágil y cómo se estiman-.md Read Later/2024-02-15 - React Optimization Techniques to Help You Write More Performant Code.md Read Later/How to Learn Rust.md Read Later/The Secret Power of ‘Read It Later’ Apps.md
76 lines
No EOL
2.6 KiB
Markdown
76 lines
No EOL
2.6 KiB
Markdown
---
|
||
id: 7b7ae540-77ef-11ee-9aed-e318464fef5a
|
||
title: |
|
||
Use cases for Rust
|
||
status: ARCHIVED
|
||
tags:
|
||
- read-later
|
||
- Newsletter
|
||
date_added: 2023-10-31 10:14:54
|
||
url_omnivore: |
|
||
https://omnivore.app/me/use-cases-for-rust-18b85df6f3a
|
||
url_original: |
|
||
https://omnivore.app/no_url?q=9e2f3a10-e4fd-4c33-85a3-ff3609f3c4d6
|
||
---
|
||
|
||
# Use cases for Rust
|
||
|
||
## Highlights
|
||
|
||
Some popular server-side web frameworks written in Rust include Actix Web, Warp, and Axum.
|
||
|
||
[source](https://omnivore.app/me/use-cases-for-rust-18b85df6f3a#64793bd7-d3bd-4597-9f2c-9b4697217661)
|
||
|
||
---
|
||
|
||
## Original
|
||
|
||

|
||
|
||
Hi Rustaceans,
|
||
|
||
Rust is fast, safe and hip.
|
||
|
||
But, what can you actually build with Rust?
|
||
|
||
…whether you want to use Rust professionally or as a hobbyist.
|
||
|
||
Here are a few common types of applications built using Rust:
|
||
|
||
**Blockchain**
|
||
|
||
* Rust is a great choice for blockchain applications because it is fast and secure.
|
||
* You can write both smart contracts and entire blockchains using Rust.
|
||
* Some popular blockchain projects written in Rust include Solana, Polkadot, and Near.
|
||
|
||
**Embedded programs**
|
||
|
||
* Rust is also well-suited for embedded programs, such as those used in cars, airplanes, and other devices.
|
||
* This is because Rust is memory-safe, memory-efficient and can be compiled to run on a variety of platforms.
|
||
|
||
**Server-side applications / Microservices**
|
||
|
||
* Rust is a great choice for server-side applications and microservices because it is fast and efficient.
|
||
* ==Some popular server-side web frameworks written in Rust include Actix Web, Warp, and Axum.==
|
||
* Many companies are migrating their critical microservices to Rust because of its safety and performance guarantees.
|
||
|
||
**WebAssembly**
|
||
|
||
* Rust can be compiled to WebAssembly, which means that you can use Rust to build web applications.
|
||
* Rust’s small runtime and first-class support for WebAssembly often make it the first contender for any WebAssembly projects.
|
||
|
||
This is only a small sample of what you can build in Rust.
|
||
|
||
In general, Rust is a great choice if you are looking for speed, safety and versatility.
|
||
|
||
If you want more details, here’s a YouTube video I made on the same topic.
|
||
|
||
**[\>>> What can you build in Rust?!](https://letsgetrusty.krtra.com/c/BgXaOx7YGua4/OQKy)**
|
||
|
||
Have fun building!
|
||
|
||
Bogdan
|
||
|
||
\---
|
||
|
||
PS - Looking for a Rust job? Apply here - [https://letsgetrusty.com/jobs](https://letsgetrusty.krtra.com/c/ysWbInNFr59c/OQKy) |