Rust code review for nood program.

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • prime-factor

    A number factorizer written in Rust

  • I did something similar, called prime-factor, as a learning exercise in Rust. If you are interested it is available at https://crates.io/crates/prime-factor, or directly from the repo https://github.com/Fairglow/prime-factor.

  • Clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

  • You should probably have a look at https://github.com/rust-lang/rust-clippy

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Exercism - Scala Exercises

    Crowd-sourced code mentorship. Practice having thoughtful conversations about code.

  • (In fact, it is derived for an http://exercism.io rust track called nth_prime, the real solution uses a cache to avoid retesting every integer). You probably van find interesting solution there.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • More than you've ever wanted to know about errors in Rust

    1 project | news.ycombinator.com | 23 Jul 2023
  • New clippy lint: detecting `&mut` which could be `&` in function arguments

    2 projects | /r/rust | 10 Jul 2023
  • I want to contribute in a big project

    6 projects | /r/rust | 1 May 2023
  • rustc-plugin: A framework for writing plugins that integrate with the Rust compiler

    6 projects | /r/rust | 18 Apr 2023
  • Reading Rust

    2 projects | /r/rust | 11 Apr 2023