awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rust-web-development/code

Open-source alternatives to Rust Web Development Code

19 open-source projects similar to rust-web-development/code, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Rust Web Development Code alternative.

  • brson/rust-anthologyالصورة الرمزية لـ brson

    brson/rust-anthology

    1,519عرض على GitHub↗

    The best short-form writing about Rust, collected.

    Shell
    عرض على GitHub↗1,519
  • crossref/rest-api-docالصورة الرمزية لـ CrossRef

    CrossRef/rest-api-doc

    796عرض على GitHub↗

    Documentation for Crossref's REST API. For questions or suggestions, see https://community.crossref.org/

    عرض على GitHub↗796
  • dhghomon/easy_rustالصورة الرمزية لـ Dhghomon

    Dhghomon/easy_rust

    8,305عرض على GitHub↗

    Easy Rust is a beginner course and programming tutorial designed to teach the fundamentals of the Rust language. It provides instructional material and technical documentation tailored for those new to coding and non-native English speakers. The project uses simplified English to translate complex programming concepts into basic vocabulary. This approach bridges the gap between professional technical terminology and beginner-friendly language through concept-mapping and a modular, topic-based structure. The learning materials cover core programming fundamentals and systems programming basics

    Shell
    عرض على GitHub↗8,305
  • fawazahmed0/quran-apiالصورة الرمزية لـ fawazahmed0

    fawazahmed0/quran-api

    988عرض على GitHub↗
    al-quranapifree
    عرض على GitHub↗988
  • idris-hackers/software-foundationsالصورة الرمزية لـ idris-hackers

    idris-hackers/software-foundations

    458عرض على GitHub↗

    :book: Download the PDFPDF

    Idris
    عرض على GitHub↗458

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • lborb/bookالصورة الرمزية لـ lborb

    lborb/book

    346عرض على GitHub↗

    The Little Book of Rust Books

    عرض على GitHub↗346
  • lukemathwalker/zero-to-productionالصورة الرمزية لـ LukeMathWalker

    LukeMathWalker/zero-to-production

    6,486عرض على GitHub↗

    This project is a reference implementation of a production-ready backend API built with Rust and the Actix-Web framework. It serves as a codebase demonstrating the development of a newsletter subscription service, encompassing the management of subscriber sign-ups, email confirmations, and campaign delivery. The project highlights a layered architecture that separates concerns into handler, service, and repository layers. It utilizes an actor-based concurrency model for handling HTTP requests and employs trait-based abstractions to decouple business logic from external dependencies, such as e

    Rustbookrust
    عرض على GitHub↗6,486
  • natemara/refactoring-to-rustالصورة الرمزية لـ natemara

    natemara/refactoring-to-rust

    122عرض على GitHub↗

    Code to accompany Refactoring to Rust

    Rust
    عرض على GitHub↗122
  • rust-embedded/bookالصورة الرمزية لـ rust-embedded

    rust-embedded/book

    1,323عرض على GitHub↗

    Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices

    عرض على GitHub↗1,323
  • rust-in-action/codeالصورة الرمزية لـ rust-in-action

    rust-in-action/code

    2,122عرض على GitHub↗

    Source code for the book Rust in Action

    Rustbookmanning-publicationsrust
    عرض على GitHub↗2,122
  • rust-lang/async-bookالصورة الرمزية لـ rust-lang

    rust-lang/async-book

    2,185عرض على GitHub↗

    Asynchronous Programming in Rust

    Shellasync-foundations
    عرض على GitHub↗2,185
  • rust-lang/bookالصورة الرمزية لـ rust-lang

    rust-lang/book

    17,930عرض على GitHub↗

    The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It provides a comprehensive walkthrough of the language's design, focusing on its core identity as a systems programming language that enforces memory safety and high-performance execution without the need for a garbage collector. The project is distinguished by its focus on ownership, borrowing, and lifetime tracking, which allow the compiler to verify memory safety and thread safety at compile time. It covers the language's unique approach to zero-cost abstractions, including t

    Rustbookmdbookrust
    عرض على GitHub↗17,930
  • rust-lang/cargoالصورة الرمزية لـ rust-lang

    rust-lang/cargo

    14,624عرض على GitHub↗

    Cargo is the official build system and package manager for the Rust programming language. It provides a unified command-line interface that orchestrates the entire development lifecycle, including compiling source code, managing complex dependency graphs, running tests, and distributing packages through a centralized registry. By utilizing declarative manifest files, it ensures that builds remain reproducible and consistent across different environments. The tool distinguishes itself through its deep integration with the Rust compiler and its sophisticated approach to project management. It f

    Rustcargopackage-managerrust
    عرض على GitHub↗14,624
  • rust-lang/edition-guideالصورة الرمزية لـ rust-lang

    rust-lang/edition-guide

    318عرض على GitHub↗

    A guide to changes between various editions of Rust

    عرض على GitHub↗318
  • rust-lang/nomiconالصورة الرمزية لـ rust-lang

    rust-lang/nomicon

    2,276عرض على GitHub↗

    The Dark Arts of Advanced and Unsafe Rust Programming

    CSS
    عرض على GitHub↗2,276
  • rust-lang-nursery/rust-cookbookالصورة الرمزية لـ rust-lang-nursery

    rust-lang-nursery/rust-cookbook

    2,594عرض على GitHub↗

    Read it here.

    Rust
    عرض على GitHub↗2,594
  • rust-lang/referenceالصورة الرمزية لـ rust-lang

    rust-lang/reference

    1,528عرض على GitHub↗

    The Rust Reference

    Rustdocumentationreferencerust
    عرض على GitHub↗1,528
  • rust-lang/rustالصورة الرمزية لـ rust-lang

    rust-lang/rust

    114,066عرض على GitHub↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces memory safety through ownership, borrowing, and lifetime annotations, while also offering mechanisms for handling both recoverable and unrecoverable errors. The language includes extensive support for concurrent programming, providing primitives for thread management, shared-stat

    Rustcompilerlanguagerust
    عرض على GitHub↗114,066
  • thundercomb/poetrydbالصورة الرمزية لـ thundercomb

    thundercomb/poetrydb

    636عرض على GitHub↗

    The Internet's first Poetry API

    Ruby
    عرض على GitHub↗636