Ideas for Intermediate or Advanced Rust Projets?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • 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)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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

  • 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
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