Ideas for Intermediate or Advanced Rust Projets?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • conlog

    A simple prolog interpreter written in Rust

    For some code examples, you could check out https://github.com/transistorfet/conlog/ which is a rather simple prolog interpreter I made. The tree.rs file has the representation of code and values in memory, and parser.rs has the lexer and parser which uses an iterator to consume the input data. It's also possible to parse string data immutably using string slices and a combinators style parser.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • pj

    Quickly inspect node projects

    I made a tool that I wished I had, to delete old target and node_modules folders from my pc to save space. When I had it working, I added a GUI to it for fun to see how druid works. See if there are any other small utilities that might save you a few minutes (or even seconds!) of time you could do. Even if theoretically you could complete them with a fancy cli command :P (https://github.com/tbillington/pj)

  • kondo

    Cleans dependencies and build artifacts from your projects.

  • core

    MetaCall: The ultimate polyglot programming experience. (by metacall)

    We are building a Polyglot Runtime and we are adding support for Rust, if you are interested you can participate on it: https://github.com/metacall/core

  • syntax-analyzer-rs

    A syntax analyzer written in Rust with handwritten logic for validating JSON with trailing commas and comments without using Lex or YACC

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Show HN: Kondo, OSS drive cleaner for devs

    1 project | news.ycombinator.com | 19 Dec 2023
  • Target file are very huge and running out of storage on mac.

    3 projects | /r/rust | 8 Dec 2023
  • Cleans dependencies and build artifacts from your projects

    1 project | news.ycombinator.com | 10 May 2023
  • It's been 84 years

    1 project | /r/ProgrammerHumor | 6 May 2023
  • ./target

    1 project | /r/rustjerk | 13 Feb 2023