Affected files: .obsidian/plugins/obsidian-omnivore/data.json Read Later/Git Merge vs Rebase vs Squash ¿Qué estrategia debemos elegir-.md Read Later/How Game Reviews Actually Affect You.md Read Later/Let's Get Webby! 🦀 🕸️.md Read Later/Use cases for Rust.md Read Later/What the Rust Book didn't tell you about testing....md Read Later/Why Signals Are Better Than React Hooks.md books/Book/Caballo de troya.md books/Book/En el nombre de la rosa.md notes/coping mechanisms/Good Enough.md notes/utils/Crear una nueva funcionalidad.md notes/utils/Git.md notes/utils/React.md projects/personal-page-notes/List of Games.md projects/quests.md
2.6 KiB
2.6 KiB
| id | title | status | tags | date_added | url_omnivore | url_original | ||
|---|---|---|---|---|---|---|---|---|
| 7b7ae540-77ef-11ee-9aed-e318464fef5a | Use cases for Rust | ARCHIVED |
|
2023-10-31 10:14:54 | https://omnivore.app/me/use-cases-for-rust-18b85df6f3a | https://omnivore.app/no_url?q=9e2f3a10-e4fd-4c33-85a3-ff3609f3c4d6 |
Use cases for Rust
Highlights
[!quote] ㅤ Some popular server-side web frameworks written in Rust include Actix Web, Warp, and Axum.
source
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?!
Have fun building!
Bogdan
---
PS - Looking for a Rust job? Apply here - https://letsgetrusty.com/jobs
