Hey Rustaceans! Got a question? Ask here (12/2023)!

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust-playground

    The Rust Playground

  • If you have a StackOverflow account, consider asking it there instead! StackOverflow shows up much higher in search results, so having your question there also helps future Rust users (be sure to give it the "Rust" tag for maximum visibility). Note that this site is very interested in question quality. I've been asked to read a RFC I authored once. If you want your code reviewed or review other's code, there's a codereview stackexchange, too. If you need to test your code, maybe the Rust playground is for you.

  • stateroom

    A lightweight framework for building WebSocket-based application backends.

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

    Wasm convenience API for WebSockets

  • locenv

    An alternative to Docker Compose but faster and use less resources

  • Here is a PoC made by me: https://github.com/locenv/locenv/tree/main/crates/kami

  • delaunay3d

  • delaunay3d = { git = "https://github.com/dmyyy/delaunay3d" }

  • robust

    Robust predicates for computational geometry (by dmyyy)

  • crates.io-index

    Registry index for crates.io

  • [[package]] name = "spade" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1190e0e8f4eb17fc3dbb2d20e1142676e56aaac3daede39f64a3302d687b80f3" dependencies = [ "num-traits", "optional", "robust 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec", ]

  • SaaSHub

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

    SaaSHub logo
  • ggez

    Rust library to create a Good Game Easily

  • learn-wgpu

    Guide for using gfx-rs's wgpu library.

  • open-questions

    Want to contribute? These are difficult, long-term projects that could be valuable to open source investigators at Bellingcat and around the world.

  • One of the harder technical problems that Bellingcat is looking at is chrono-locating an audio/visual source:

  • kahuna

    A Rust crate implementing the Wave Function Collapse algorithm for procedural generation

  • Trait I'm trying to implement (https://github.com/OutOfTheVoid/kahuna/blob/master/src/collapse_rule.rs)

  • hyper

    An HTTP library for Rust (by hyperium)

  • I search the hyper GitHub issue page and found this posted issue.

  • openapi-generator

    OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

  • I was thinking of using OpenAPI Generator to generate a Rust server stub for me. Problem: the generator generates a crate with numerous modules and a rather complicated manifest, not a single module that I can straightforwardly include!. How do I integrate this into my project, then? I can download and run the generator in build.rs, but Cargo doesn't support depending on a crate generated by the build script, so how do I actually use it?

  • Cargo

    The Rust package manager

  • I was thinking of using OpenAPI Generator to generate a Rust server stub for me. Problem: the generator generates a crate with numerous modules and a rather complicated manifest, not a single module that I can straightforwardly include!. How do I integrate this into my project, then? I can download and run the generator in build.rs, but Cargo doesn't support depending on a crate generated by the build script, so how do I actually use it?

  • 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

  • Surprisingly Powerful – Serverless WASM with Rust Article 1

    5 projects | dev.to | 27 Apr 2024
  • Learning Rust by Building a CLI App

    3 projects | dev.to | 25 Aug 2023
  • Leptos, a cutting-edge full-stack Rust framework

    4 projects | news.ycombinator.com | 24 Jun 2023
  • Yew alternatives

    2 projects | /r/learnrust | 13 Jun 2023
  • Want a web app to respond to local file changes. Is Tauri the solution here?

    8 projects | /r/rust | 1 May 2023