langs-in-rust
Rust language list
A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison.
A list of programming languages implemented in Rust, for inspiration.
887 stars
23 watching
63 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
programming-languagerust
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,263 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
rust-lang-ru/rust-by-example | A translation project of the Rust programming language book | 63 |
windelbouwman/rspython | An alternative implementation of Python in Rust, aiming to provide a native compilation option and explore new possibilities for combining Rust with Python. | 30 |
rust-lang/rust-by-example | An interactive Rust learning platform with examples and a live code editor. | 7,148 |
greyblake/whatlang-rs | A Rust library for detecting the language of text, including script recognition and reliability estimation. | 980 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
rust-lang/rust-mode | An Emacs configuration for editing Rust code | 1,133 |
rust-lang/libm | A Rust port of math library functions from MUSL's libm | 548 |
rust-lang/rust-enhanced | An enhanced package for Sublime Text 4 that improves syntax highlighting, build system, and error handling for the Rust programming language. | 789 |
rust-lang/style-team | Defines and enforces style conventions for the Rust programming language. | 456 |
rust-lang/log | A lightweight logging facade that provides a single API for abstracting over different logging implementations. | 2,241 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,679 |
core-lang/core | A Rust-based implementation of a general-purpose programming language with compiler, garbage collector, and JIT capabilities | 46 |
rust-lang/chalk | An implementation of the Rust trait system using a PROLOG-like logic solver | 1,860 |