Hey Rustaceans! Got a question? Ask here (15/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
  • rfcs

    RFCs for changes to Rust

  • Thank you! Also: Rust does have the capability for optional operators: https://github.com/rust-lang/rfcs/blob/master/text/2298-macro-at-most-once-rep.md .

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

  • 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
  • cargo-auditable

    Make production Rust binaries auditable

  • This exists, see cargo auditable.

  • rumqtt

    The MQTT ecosystem in rust

  • I know I should have asked this in their issues, but someone already did and didn't get a response. So I was not sure whether to create another issue, or comment in the same one (and not get a response as well?). So I decided to ask on Reddit first, thank you! https://github.com/bytebeamio/rumqtt/issues/598

  • api-guidelines

    Rust API guidelines (by rust-lang)

  • The API guidelines will help you write nice APIs. Clippy will usually at least find some things, try running with -Wclippy::pedantic for a lot more messages. Also you can ask mentors for specific guidance. Hope that helps.

  • awesome-rust-mentors

    A list of rust lang mentors tagged by topics of interest

  • The API guidelines will help you write nice APIs. Clippy will usually at least find some things, try running with -Wclippy::pedantic for a lot more messages. Also you can ask mentors for specific guidance. Hope that helps.

  • axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

  • SaaSHub

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

    SaaSHub logo
  • hashes

    Collection of cryptographic hash functions written in pure Rust

  • If found this set of crates for other algorithms : https://github.com/RustCrypto/hashes And also found this set of crates that seem to include a lot of block cyphers : https://github.com/RustCrypto/block-ciphers Even if "des" is listed as a crate in this last link, it doesn't seem to provide the DES algorithm entirely.

  • block-ciphers

    Collection of block cipher algorithms written in pure Rust

  • If found this set of crates for other algorithms : https://github.com/RustCrypto/hashes And also found this set of crates that seem to include a lot of block cyphers : https://github.com/RustCrypto/block-ciphers Even if "des" is listed as a crate in this last link, it doesn't seem to provide the DES algorithm entirely.

  • Rustlings

    :crab: Small exercises to get you used to reading and writing Rust code!

  • (https://github.com/rust-lang/rustlings)

  • hurl

    Hurl, run and test HTTP requests with plain text.

  • Hi, I work on a Rust Open Source project https://github.com/Orange-OpenSource/hurl and struggle with some code patterns.

  • rfc-leadership-council

    Discontinued RFCs for changes to Rust

  • Read eg. https://github.com/rust-lang/rfc-leadership-council/blob/main/text/3392-leadership-council.md as start

  • crates.io

    The Rust package registry

  • I just published to crates.io

  • mimalloc_rust

    A Rust wrapper over Microsoft's MiMalloc memory allocator

  • Context: When using mimalloc as global allocator, linking with crt-static fails with the following error:

  • 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