[Media] My first rust app, git smart checkout, fuzzy search that branch, I kinda like this language ❤️🦀

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • git-smart-checkout

    🧠 A command-line utility for switching git branches more easily. Switch branches interactively or use a fuzzy search to find that long-forgotten branch name.

  • I used a cool crate called dialoguer, which made it trivial to implement because it already had a fuzzy search input. My code is not the cleanest, but you can check it here if you are curious about it

  • Clippy

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

  • In addition, I would also suggest clippy. It often helps you get a better design.

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

    libgit2 bindings for Rust

  • You may want into look into this crate: https://github.com/rust-lang/git2-rs

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