Best of RustJuly 2022

  1. 1
    Article
    Avatar of phProduct Hunt·4y

    Tauri - An Electron alternative written in Rust

    Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. Free Discuss Collect Share Stats Free Discuss Share Stats free Discuss Share stats free

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Carbon, a new programming language from Google, aims to be C++ successor

    Carbon is the latest programming language to be built within Google. It was unveiled today as an experimental successor to C++. The project’s code is hosted publicly on GitHub and is open for pull requests. Carbon is intended to be fully interoperable with existing C++ code.

  3. 3
    Article
    Avatar of theregisterThe Register·4y

    Meta approves 4 programming languages for employees and devs

    Meta, the social ad biz better known as Facebook, has endorsed four programming languages as preferred options for employees and for developers building software on its platform. Among the favored four is Rust, the much-loved systems language that emerged from Mozilla and is now overseen by the Rust Foundation.

  4. 4
    Article
    Avatar of communityCommunity Picks·4y

    Roll your own JavaScript runtime

    The goal of this post is to build a (much) simplified version of deno itself. The goal is to create a CLI that can execute local JavaScript files, read a file, write a file and remove a file. In just 25 lines of Rust code we created a simple JavaScript runtime that can Execute local files.

  5. 5
    Article
    Avatar of pointerPointer·4y

    TheAlgorithms/Rust: All Algorithms implemented in Rust

  6. 6
    Article
    Avatar of logrocketLogRocket·4y

    Rust, SolidJS, and Tauri: Create a cross-platform desktop app

    Tauri is a new framework for building binaries for most major desktop platforms. Tauri uses a multi-process approach. The Core process is essentially the backend of the application with all the data models and application logic written in Rust. The WebView process is the application UI that is built in the JavaScript framework of your choice.

  7. 7
    Article
    Avatar of logrocketLogRocket·4y

    Web scraping with Rust

    Web scraping refers to gathering data from a webpage in an automated way. The details of web scraping highly depend on the page you’re getting the data from.

  8. 8
    Article
    Avatar of quastorQuastor Daily·4y

    How the BBC uses Serverless

    The BBC relies heavily on Functions as a Service (FaaS) for scaling, specifically AWS Lambda functions. All traffic to the BBC website goes to the Global Traffic Manager, which is a web server based on N We’ll go through a couple of the things they did.

  9. 9
    Article
    Avatar of ossOpen Source Way·4y

    Learn Rust by debugging Rust

    Rustlings is an open source project by the Rust team that helps you learn Rust through the process of Debugging. It's recommended that you do this as a normal user (not root) without any special privileges. For you to be able to use rustlings, you need the Rust toolchain available on your system. You may notice that rustlings try to compile the next program ( intro2.rs) in the series.

  10. 10
    Article
    Avatar of facebook_codeFacebook Engineering·4y

    Programming languages endorsed for server-side use at Meta

    Meta’s primary supported server-side languages are Hack, C++, Rust, and Python. For performance-sensitive back-end services, we encourage C++ and Rust. For business logic and relatively stateless applications, the Hack ecosystem has the highest level of automation and support at Meta and is the recommended language.