Kawshallfeelwithkaushal.hashnode.dev·Jun 27, 2024Getting Started with Actix for Rust Developers - A Crow's Perspective (Part 1)Greetings, fellow Rustaceans! It's your favorite feathered friend here, CrowWrites, swooping down to deliver some juicy tidbits on Actix. If you're looking to spread your wings and soar into the skies of asynchronous web development with Rust, you've...Discuss·1 likeRust Actix
Eleftheria BatsouProeleftheriabatsou.hashnode.dev·Mar 22, 2024Building a REST API for Math Operations (+, *, /) with Rust, Actix, and Rhai🦀Introduction Hello, Rust enthusiasts and friends! 🦀 Are you ready to embark on another journey in Rust? Today, we'll explore how to create a REST API that performs basic mathematical operations: addition, multiplication, and division. We'll use Acti...Discuss·7 likes·56 readsRust Projects 🦀rhai
Mathias Vandaelemathias-vandaele.dev·Aug 20, 2023Implementing onion architecture using RustToday, I will implement onion architecture using rust, we will make a simple with Actix, which is a compelling web framework. (https://actix.rs/) You will find here how I have implemented it: https://github.com/mathias-vandaele/receipts_inserter_onio...Discuss·525 readsclean code