Best of RustSeptember 2021

  1. 1
    Article
    Avatar of logrocketLogRocket·5y

    Full-stack Rust: A complete tutorial with examples

    We’ll build a pet owner app that enables the user to add owners and their pets. We’re using the warp web framework to build the REST-based backend. We add some utility libraries for routing and error and JSON handling, as well as an internal dependency to our common library, which will hold the code shared between the frontend and backend.

  2. 2
    Article
    Avatar of thisdotThis Dot·5y

    How to get into Rust as a TypeScript Developer

    Rust is a strongly typed language that is also statically typed. It has the speed I wanted, and is a one-stop shop for all of my language needs. The documentation alone is OUTSTANDING. It feels like I'm working with npm scripts in a package.json file. As a JavaScript developer, I feel right at home.

  3. 3
    Article
    Avatar of newstackThe New Stack·5y

    Build a WebAssembly App with Rust – The New Stack

    In this tutorial, we’re going to combine the power of WebAssembly and the flexibility of Rust programming language to build a very simple “Hello, World!” app. I’ll be demonstrating on Ubuntu Desktop 20.04, so if you use a different platform for your development needs, you will have to alter the process (specifically the installation steps) in order to make it work.