Hey Rustaceans! Got an easy question? Ask here (6/2022)!

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
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
featured
  1. book

    The Rust Programming Language

    The best resource to learn Rust is probably the book. It certainly covers all basics needed and is a good read overall. Most people start with that and go from there.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. docs.rs

    crates.io documentation generator

    theme

  4. Highlight.js

    JavaScript syntax highlighter with language auto-detection and zero dependencies.

    What is the best way, with wasm-bindgen, to get a reference to a global javascript object? I want to use highlightjs loaded from a CDN. I've come across two ways to do it. The first one works... but it feels like I'm a wizard binding a demon. On the upside, though, it seems nicer in that there's a typed reference to the object itself and the function. This also has the downside of triggering some browser deprecation warnings in the console while iterating all the entries in the globals list.

  5. too-many-lists

    Learn Rust by writing Entirely Too Many linked lists

    I recommend you read the "too many lists" article, which goes through why it's hard to build a linked list in Rust without using unsafe: https://rust-unofficial.github.io/too-many-lists/

  6. rust-embed

    Discontinued Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.

    For reference, there are examples for several frameworks in the rust-embed repo.

  7. rust-embed

    Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev. (by Spaceface16518)

    Here's an example I wrote up.

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

  • Disappointing experience with 'Command-Line Rust': Seeking more comprehensive Rust resources

    5 projects | /r/rust | 8 Apr 2023
  • C++ Primer style book for Rust

    3 projects | /r/rust | 1 Oct 2022
  • Hey Rustaceans! Got a question? Ask here! (33/2022)!

    8 projects | /r/rust | 14 Aug 2022
  • Rust project Ideas

    3 projects | /r/learnrust | 17 Aug 2022
  • What’s everyone working on this week (33/2022)?

    7 projects | /r/rust | 15 Aug 2022

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