godot-rust: Rust bindings for the Godot game engine
The godot-rust project provides bindings for the Godot game engine to the Rust language. Rust is an alternative to GDScript, with different trade-offs for users. While GDScript enables fast prototypin...
Introducing RustRover - A Standalone Rust IDE by JetBrains
Were excited to announce RustRover, our standalone IDE for Rust. After years of working on a Rust plugin for IntelliJ IDEA and CLion, weve listened to the community and developed an IDE specifically d...
RustRover: Rust IDE by JetBrains
RustRover is a Rust IDE developed by JetBrains. Rust is a systems programming language that is designed for safety, concurrency, and performance. The Rust IDE provides various features and tools to en...
What is rustc_codegen_clr?
# What is rustc_codegen_clr? *NOTE: this project is a very early proof-of-concept* This is a compiler backend for rustc which targets the .NET platform and runtime, and could enable compiling rust cod...
Announcing turmoil | Tokio - An asynchronous Rust runtime
Today, we are happy to announce the initial release of turmoil, a framework for developing and testing distributed systems. Testing distributed systems is hard. Non-determinism is everywhere (network,...
New in IntelliJ Rust for 2023.1 (Part 1)
The IntelliJ Rust Blog outlines the state of the Rust plugin in the 2023.1 release. The blog discusses attribute and functional-like macros improvements, conjoint code insight capabilities, GATs suppo...
PL/Rust: A Trusted Procedural Language Handler
PL/Rust is a loadable procedural language that enables writing PostgreSQL functions in Rust programming language. These functions are compiled to native machine code for the best performance, access t...
Rerun: Visualization infrastructure for computer vision.
Use Rerun logging APIs (Python or Rust) to stream and visualize rich data, such as images and point clouds, on the Rerun Viewer. It can be installed through `pip` or `cargo`. Both Python and Rust libr...
Effing-mad: An Algebraic Effect Library for Rust
Effing-mad is an experiment in how an effect system could fit into Rust. It brings algebraic effects and effect handlers to Rust, providing traits and macros for writing effectful code in more or less...
Rust in Anger: High-Performance Web Applications
Learn how EqualTo Sheets leveraged Rust in anger to build their spreadsheet as a service platform. With Rusts fast, memory-safe, and versatile programming language, they were able to seamlessly integr...
Why you should use Python and Rust together
In this article, Moshe Zadka discusses how Python and Rust can complement each others strengths and weaknesses. Rust is a low-level language that deals with things close to how computers work, while P...