Best of RustMarch 2023

  1. 1
    Article
    Avatar of vercelVercel·3y

    Why Turborepo is migrating from Go to Rust – Vercel

    Turborepo is migrating from Go to Rust to address scalability issues and align with the needs of the core team and users. Rust's type system and safety features, along with its growing ecosystem, make it a better fit for Turborepo. The migration is being done incrementally, and Turborepo 1.8 has been released with more features written in Rust.

  2. 2
    Article
    Avatar of pointerPointer·3y

    BloopAI/bloop: bloop is a fast code search engine written in Rust.

    bloop is a fast code search engine written in Rust that allows engineers to search for code, generate patches, and increase productivity.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Create a Serverless ChatGPT App in 10 Minutes

    Learn how to create a serverless GitHub bot in Rust that allows users to chat with ChatGPT and each other in GitHub Issues without the need for a web server, webhook, or cache/database server.

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

    Why you should use Python and Rust together

    Rust and Python can be combined to leverage their complementary strengths and weaknesses. Rust is designed for high-performance, memory-safe code, while Python is easy to get started with and supports tight iteration loops. By prototyping in Python and optimizing performance bottlenecks with Rust, developers can create efficient and reliable applications.

  5. 5
    Article
    Avatar of ardlbsArdan Labs·3y

    Rust Programming Language: Simple Game

    Rust Programming Language: Simple Game with Cheikh Seck Introduction. This is the first in a series of posts that will explore the Rust programming language. In this post and my first ever Rust program, I’m going to use a Rust library called bracket-lib that provides a cross-platform terminal emulator.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    RustPython/RustPython: A Python Interpreter written in Rust

    RustPython is a Python interpreter written in Rust that offers a clean implementation without compatibility hacks. It can be used for various purposes including running Python in WebAssembly and embedding into Rust projects. The project is still in development and contributions are welcome. Some cool projects that have used RustPython include GreptimeDB, pyckitup, Robot Rumble, and Ruff.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    Zig And Rust

    This post discusses the differences between Rust and Zig and explores the strengths and concerns of Zig. It also highlights the philosophy behind rust-analyzer and TigerBeetle, and the approaches to resource management in Zig.

  8. 8
    Article
    Avatar of twirThis Week In React·3y

    This Week In React #138: React-Router, Rspack, RSC, Storybook, Astro, Million, Superflare, Tremor, React-Email, Ink, Metro, VisionCamera, Jest, Proto...

    New features in React-Router, announcement of Rspack bundler in Rust, and ideas for a referral program.

  9. 9
    Article
    Avatar of itsfossIt's Foss·3y

    Rust Basics Series #1: Hello World Program in Rust

    Rust is one of the fastest adopted systems programming languages by developers and tech companies. It has been getting this love for seven years now! It is so popular that there are now two big efforts being carried out in the Linux ecosystem.

  10. 10
    Article
    Avatar of communityCommunity Picks·3y

    Writing a Compiler and a Virtual Machine in Rust

    The author shares their personal journey of writing a virtual machine and compiler in Rust, highlighting the benefits and challenges of using the language.

  11. 11
    Article
    Avatar of cloudflareCloudflare·3y

    Oxy is Cloudflare's Rust-based next generation proxy framework

    Oxy is a Rust-based proxy framework developed by Cloudflare. It offers a wide range of capabilities, including advanced traffic analysis and manipulation, support for various communication protocols, customization options, and comprehensive monitoring and analysis capabilities. Oxy leverages the safety and performance benefits of Rust and is designed to be flexible and scalable. It plays a critical role in Cloudflare's efforts to modernize and improve its architecture.

  12. 12
    Article
    Avatar of rustRust·3y

    Announcing Rust 1.68.0

    Announcement of Rust 1.68.0, a programming language empowering everyone to build reliable and efficient software. Includes information about updating to 1.68.0, Cargo's sparse protocol, local Pin construction, default alloc error handler, stabilized APIs, and other changes.