Hey Rustaceans! Got a question? Ask here! (38/2022)!

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • serde

    Serialization framework for Rust

  • SaaSHub

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

    SaaSHub logo
  • maud

    :pencil: Compile-time HTML templates for Rust

    If you want to build a simple website, you should probably look into learning HTML and CSS. You can then use whatever web server you want to serve HTML files with CSS styling. For example you could use actix-web with a HTML templating library. I'm partial to Maud myself but there are many others, see https://www.arewewebyet.org/.

  • rustdns

    📖 Fast and memory safe DNS resolver written in Rust.

    Hi guys, I am doing a DNS resolver with Rust, I have a UDP socket in the main function that receives all the messages, when I receive dns question from some user, I need to ask a root server with the same UDP socket and somehow assign the root server response to the dns question from user. The root server will also be handled in another file. Do you guys have some idea how to assign it together. This is the repo https://github.com/Atsukoro1/rustdns Also I'll be happy for any recommendation about what can I do better since I do rust for like one month

  • Rustlings

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

    try rustlings

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

  • Picking Up Rust Before C With My Goals In Mind?

    9 projects | /r/rust | 5 Feb 2023
  • Deploying your Rust WASM Game to Web with Shuttle & Axum

    4 projects | dev.to | 14 Feb 2024
  • Getting Started with Actix Web - The Battle-tested Rust Framework

    2 projects | dev.to | 15 Dec 2023
  • Getting Started with Axum - Rust's Most Popular Framework

    5 projects | dev.to | 6 Dec 2023
  • RustGPT: ChatGPT UI Built with Rust, Htmx, SQLite

    4 projects | news.ycombinator.com | 19 Nov 2023

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