Rust Go

Open-source Rust projects categorized as Go

Top 23 Rust Go Projects

  1. InfluxDB

    Scalable datastore for metrics, events, and real-time analytics

    Project mention: Development Environment Configuration | dev.to | 2025-01-19

    Time Series: Greptime, Influx, Loki, Mimir, Prometheus, Tempo, Victoria Metrics

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. extism

    The framework for building with WebAssembly (wasm). Easily & securely load wasm modules, move data, call functions, and build extensible apps.

    Project mention: Why I'm excited about Go for agents | news.ycombinator.com | 2025-06-09

    you should check out the Extism[0] project and the Elixir SDK[1]. This would allow you to write the core services, routing, message passing, etc in Elixir, and leverage all the BEAM/OTP have to offer, and then embed "agents" written in other languages which are small Wasm modules that act like in-process plugins.

    [0]: https://github.com/extism/extism

  4. nix-init

    Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more [maintainer=@figsoda]

  5. crabviz

    🦀 A LSP-based interative call graph generator

  6. srgn

    A grep-like tool which understands source code syntax and allows for manipulation in addition to search

    Project mention: Refactoring Python with Tree-sitter and Jedi | news.ycombinator.com | 2024-09-27

    which seems roughly like what the author is after. Mentions of "database" _outside_ function definitions are not modified. That sort of logic I always found hard to replicate in basic GNU-like tools.

    Note: I just wrote this, and version 13.2 is required for the above to work.

    [0]: https://github.com/alexpovel/srgn

  7. hypercube

    HyperCube is a revolutionary, high-performance decentralized computing platform. HyperCube has powerful computing capabilities to provide high-performance computing power and large-scale data storage support for VR, AR, Metaverse, Artificial Intelligence, Big Data, and Financial Applications.🛰

  8. kerkour.com

    (Ab)using technology for fun & profit. Programming, Hacking & Entrepreneurship @ https://kerkour.com

    Project mention: Show HN: Markdown Ninja: open-source alternative to Substack, Mailchimp, Netlify | news.ycombinator.com | 2025-05-20

    And of course, there is a built-in web editor for those who don't want to approach a terminal.

    Why focus on Markdown? Markdown is the most interoperable format ever. You can start writing your draft in your notes app on your phone, continue on your computer in another app and publish from your iPad while sitting in a park. Also, Markdown in simple. In 15 years from now, publishing on Markdown Ninja will be as easy as it is today while all the "rich text editors" used by the cool kids will have collapsed under their own complexity. Also, Markdown is offline-first: you can cut internet during your deep work sessions and turn it back to publish.

    Fun fact: while I've been writing Rust almost full-time since around 2019, the codebase is older than that and the project, started as an experiment in Go, have been my "digital garden" since then and grew in the shadows until today. Thus, I've spent a fair amount of time (maybe too much) optimizing the browsing experience of websites. Loading a page is literally faster than the blink of an eye (around 50ms in Europe)! You can try it here: https://kerkour.com

    Online publishing always have been a in a weird state of affairs due to the difference of cultures, sensibilities, and lawmakers all around the world, that's why Markdown Ninja is Open Source (https://github.com/bloom42/markdown-ninja): even if we don't like the content that you want to publish, or can't legally host it in my jurisdiction, your are free to use our code and publish it yourself on your own terms, no strings attached. Silencing via deplatforming is real and Open Source is the only solution.

    I'd love to get your feedback, insights or questions, here or in the issues on GitHub https://github.com/bloom42/markdown-ninja

  9. SaaSHub

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

    SaaSHub logo
  10. pen

    The parallel, concurrent, and functional programming language for scalable software development (by pen-lang)

  11. shisho

    Lightweight static analyzer for several programming languages

  12. inspektor

    Inspektor is a protocol-aware proxy that is used to enforce access policies👮

  13. bloom-legacy

    DEPRECATED - End-to-end encrypted Notes, Files, Calendar, Contacts... for Android, IOS, Linux & MacOS

  14. sandwich

    Sandwich is a multi-platform, multi-language, open-source library that provides a simple unified API for developers to use (multiple) cryptographic libraries in their applications. (by sandbox-quantum)

  15. oasis-sdk

    Official SDK for the Oasis Network.

    Project mention: The RNG Problem on Chain Is Real: Here's How Oasis Tackles It Differently | dev.to | 2025-05-29

    🔧 Sapphire Runtime SDK

  16. mdsf

    Format markdown code blocks using your favorite tools

    Project mention: Show HN: Mdsf, a Codeblock Formatter for Markdown | news.ycombinator.com | 2024-11-08
  17. docker-init-demos

    Sample apps to demonstrate the power of docker init

    Project mention: Getting started with Testcontainers for Node.js | dev.to | 2024-09-13

    git clone https://github.com/dockersamples/docker-init-demos cd docker-init-demos

  18. anycase

    💼 A case conversion library for Go, Rust, and Python with Unicode support

  19. buffer-benchmarks

    Benchmarking Protobuf, FlatBuffers, and Cap'n Proto on Go and Rust

  20. singleflight

    Rust port of Go's singleflight package

  21. advent-of-code

    Advent of Code - All Years - Blazingly Fast (by MeanderingProgrammer)

  22. notel

    Simple telemetry clients and server for user defined data

    Project mention: I got OpenTelemetry to work. But why was it so complicated? | news.ycombinator.com | 2025-01-10

    https://github.com/anacrolix/notel?tab=readme-ov-file#what-a...

  23. advent-of-code

    Solutions to the Advent of Code puzzles in various languages (by dhruvmanila)

  24. adventofcode

    🎄 My Advent of Code solutions. Often done with unfamiliar languages so don't expect idiomatic code. (by dmshvetsov)

  25. elitetogo

    elite -> golang converter *experimental

  26. SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Go discussion

Log in or Post with

Rust Go related posts

  • The RNG Problem on Chain Is Real: Here's How Oasis Tackles It Differently

    1 project | dev.to | 29 May 2025
  • What Builders Created at EthDam 2025: Real Privacy, Real Applications

    1 project | dev.to | 29 May 2025
  • Show HN: Markdown Ninja: open-source alternative to Substack, Mailchimp, Netlify

    2 projects | news.ycombinator.com | 20 May 2025
  • The current state of TLA⁺ development

    3 projects | news.ycombinator.com | 15 May 2025
  • A 10x Faster TypeScript

    38 projects | news.ycombinator.com | 11 Mar 2025
  • How Nat Traversal Works

    4 projects | news.ycombinator.com | 5 Jan 2025
  • Isomorphic Web Components

    1 project | news.ycombinator.com | 15 Dec 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source Go projects in Rust? This list will help you:

# Project Stars
1 InfluxDB 30,198
2 extism 5,032
3 nix-init 1,081
4 crabviz 926
5 srgn 829
6 hypercube 728
7 kerkour.com 476
8 pen 457
9 shisho 375
10 inspektor 282
11 bloom-legacy 133
12 sandwich 117
13 oasis-sdk 83
14 mdsf 57
15 docker-init-demos 32
16 anycase 25
17 buffer-benchmarks 23
18 singleflight 15
19 advent-of-code 12
20 notel 4
21 advent-of-code 4
22 adventofcode 3
23 elitetogo 1

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Rust is
the 5th most popular programming language
based on number of references?