DEV Community

Rodrigo M.S. for Quine

Posted on

Trending Rust repos of the week 📈

Hey there 👋

In this week's #trendingTuesday we'll look at the fastest growing repos in the Rust programming language.

Our methodology to compute trending is slightly different than GitHub’s (we'll write a post on the stats behind it soon), so in this list you'll find a few gems that you won’t find anywhere else 💎


🔟 The tenth place is for GptCommit, which is a cool GPT-3 powered hook for authoring clear, comprehensive, and descriptive commit messages. This is an excellent application of LLMs for developer augmentation 🙌


9️⃣ Lance is a new columnar data format that claims to be 100x faster than Apache Parquet, allowing you to perform vector search in under 1 millisecond. It has ecosystem integrations for Apache Arrow and DuckDB! It was created by YC startup @etodotai


8️⃣ In place number eight we have another database-oriented project.

DriftDB is a real-time data backend for browser applications. It supports a number of messaging primitives like PubSub, Key/value storage with subscriptions, and ordered streams.

It’s brought to you by the team at @drifting_corp 🙂


7️⃣ In the seventh spot we have rtx which brands itself as an asdf rust clone.

In layman’s terms, rtx is a tool that helps you manage different versions of programming languages and tools and automatically switch between those versions depending on the project you’re working on.

The tool’s brought to you by @jdxcode


6️⃣ Next is touchHLE, an emulator that lets you play old games from the iPhone on your computer. So far, only Super Monkey Ball has been implemented, but many more are on the way.

Credits to @hikari_no_yume and three other contributors - we're looking forward to the implementation of Angry Birds 🐦


5️⃣ The fifth place is taken by the trustfall query engine, an extremely cool project that helps you query any data source or combination of data sources (from Databases, to APIs, to git version control) as GraphQL. You can plug (almost) any dataset just by writing a schema and implementing four functions 👌.

Great work by @PredragGruevski. You should also check out Predrag’s talk!


4️⃣ It’s not every day that you stumble upon an open source project that makes you go into the rabbit hole of a new set of ideas.

Have you heard of ordinal theory in the context of Bitcoin? It’s the theory that gives satoshis (the atomic currency of the bitcoin network) individual identity and numismatic value allowing them to be traded as collectibles.

ord is an index, block explorer, and command-line wallet with ordinal theory in mind.

A true gem in open source, not only the Bitcoin community. Kudos to @rodarmor for creating this gem 💎


3️⃣ The third places goes to glidesort, which is a comparison-based sorting algorithm that works exceptionally well on structured data.

It achieves an average and worst-case complexity of O(n (log n)^2) when given only O(1) memory. Cool to see a low-level fundamental algorithm trending on GitHub as an open source project.


2️⃣ The 2nd place in this week’s list goes to lencx/ChatGPT which is a ChatGPT Desktop Application.

The repo was also featured a few weeks ago in our #ML trending list, so great to see it growing in popularity over the weeks. Congratulations and kudos to @lencx_ for creating this and maintaining this project 🙏 


1️⃣ The top place is for carbonyl, a Chromium-based browser that lets you surf the web from the comfort of your terminal 🤯 

Carbonyl is snappy, starts in less than a second, runs at 60 FPS, and idles at 0% CPU usage! Brought to you by @fathyb, very well deserved!


Did you like this list? We'll be writing about cool trending content on GitHub EVERY WEEK.

Follow us on Twitter @quine_sh if you want to have real-time updates on product, content, and trending lists.

Which topic would you like us to do next? Write down in the comments!

Top comments (0)