SaaSHub helps you find the best software and product alternatives Learn more →
Rust Alternatives
Similar projects and alternatives to Rust
-
-
rust-raspberrypi-OS-tutorials
:books: Learn to write an embedded OS in Rust :crab:
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
boa
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
-
RSLint
A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate [Moved to: https://github.com/rslint/rslint] (by RDambrosio016)
-
scaphandre
⚡ Energy consumption metrology agent. Let "scaph" dive and bring back the metrics that will help you make your systems and applications more sustainable !
-
hypergraph
Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
-
-
-
-
tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
-
-
Rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
-
-
JavaScript
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices. (by TheAlgorithms)
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
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 reviews and mentions
-
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
-
Many of the typical "Algorithms" as plain Rust implementation
I can’t comment on the general quality, as I haven’t looked at enough, but on HN someone asked about https://github.com/TheAlgorithms/Rust/blob/master/src/general/two_sum.rs and why use a HashMap rather than sorting the lists, and… eww. It’s returning Vec where it should clearly be returning Option<(usize, usize)>. So yeah, the only one I’ve looked at has gone out of its way to be bad.
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
-
All Algorithms Implemented in Rust
> and, most importantly, safe
https://github.com/TheAlgorithms/Rust/search?q=unsafe+&type=
Almost
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!
-
35 Rust Learning Resources Every Beginner Should Know in 2022
27. 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.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f160cc1a088>
www.saashub.com | 22 Mar 2023
Stats
TheAlgorithms/Rust is an open source project licensed under MIT License which is an OSI approved license.