Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Rust Alternatives
Similar projects and alternatives to Rust
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
boa
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
-
-
cloudformation-guard
Guard offers a policy-as-code domain-specific language (DSL) to write rules and validate JSON- and YAML-formatted data such as CloudFormation Templates, K8s configurations, and Terraform JSON plans/configurations against those rules. Take this survey to provide feedback about cfn-guard: https://amazonmr.au1.qualtrics.com/jfe/form/SV_bpyzpfoYGGuuUl0
-
-
JavaScript
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices. (by TheAlgorithms)
-
Go
Algorithms and Data Structures implemented in Go for beginners, following best practices. (by TheAlgorithms)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rust discussion
Rust reviews and mentions
- TheAlgorithms/Rust: All Algorithms Implemented in Rust
-
Dynamic programming solutions in Rust?
This repo could suit your needs TheAlgorithms
-
58 Rust Resources Every Learner Should Know in 2023
39. The Algorithms Rust git repo offers code examples for many essential standard algorithms for data structures, sorting, and strings, among many others. This is a very good resource if you are trying to practice for job interviews.
-
New colorscheme
Oh, i didn't implement convex hull algorithm. And that was a random file i opened from the Rust-Algorithms repo, I contributed with some algos few months back!
-
Data structures/algorithms course in rust?
Edit: forgot the link. Here it is https://github.com/TheAlgorithms/Rust
- Any GitHub repo with leetcode rust?
-
Many of the typical "Algorithms" as plain Rust implementation
Yeah, I also only looked at one of them (https://github.com/TheAlgorithms/Rust/blob/master/src/string/aho_corasick.rs) and was left with the same impression.
-
All Algorithms Implemented in Rust
First one I checked was `two_sum.rs` and it uses a `HashMap`: https://github.com/TheAlgorithms/Rust/blob/master/src/genera...
Surely the best way is to sort the numbers and then walk from both ends?
Nice work anyway!
- All Algorithms implemented in Rust
-
A note from our sponsor - InfluxDB
influxdata.com | 22 Apr 2025
Stats
TheAlgorithms/Rust is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Rust is Rust.