In this tutorial, We are going to create a full CRUD api with Rust Actix-Web framework

Actix-Web is a popular web framework for building web applications in Rust. Here's a breakdown of its key features:

  • Speed: Renowned for its blazing-fast performance, making it ideal for high-traffic applications.
  • Type Safety: Enforces type safety throughout your code, leading to fewer errors and more robust applications.
  • Concurrency: Leverages Rust's powerful concurrency features for asynchronous and non-blocking I/O, handling multiple requests efficiently.
  • Rich Features: Offers a variety of features out-of-the-box, including HTTP/2 support, websockets, and automatic content compression.
  • Extensible: Designed to be easily extended with custom libraries, allowing you to tailor it to your specific needs.

00:00 Intro
0:04:00 - Question About Zoom
0:05:30 - Setup Project
0:24:00 - Main File Setup
2:27:00 - Curl Requests Working

Github Repo: https://github.com/arturfil/actix-web-youtube-crud 

Subscribe: https://www.youtube.com/@arturfil/featured 

#rust 

CRUD API with Rust Actix-Web framework
1.10 GEEK