awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rust-lang-nursery/rust-cookbook

Open-source alternatives to Rust Cookbook

30 open-source projects similar to rust-lang-nursery/rust-cookbook, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Rust Cookbook alternative.

  • brson/rust-anthologyAvatar de brson

    brson/rust-anthology

    1,519Ver en GitHub↗

    The best short-form writing about Rust, collected.

    Shell
    Ver en GitHub↗1,519
  • azat-co/cheatsheetsAvatar de azat-co

    azat-co/cheatsheets

    1,359Ver en GitHub↗

    JavaScript and Node.js cheatsheets

    HTML
    Ver en GitHub↗1,359
  • crossref/rest-api-docAvatar de CrossRef

    CrossRef/rest-api-doc

    796Ver en GitHub↗

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

    Ver en GitHub↗796
  • dariubs/gobooksAvatar de dariubs

    dariubs/GoBooks

    19,168Ver en GitHub↗

    GoBooks is a curated directory and index of technical literature designed to support software engineering development and professional growth. The project functions as a structured repository that organizes educational materials into learning paths, allowing developers to discover resources tailored to their specific proficiency levels and career goals. The collection is centered on the Go programming language, providing a progression of books and guides that range from fundamental syntax to advanced system design patterns. By utilizing a structured classification system, the repository enabl

    Goawesomeawesome-goawesome-golang
    Ver en GitHub↗19,168
  • deniederhut/slides-scipyconf-2018Avatar de deniederhut

    deniederhut/Slides-SciPyConf-2018

    134Ver en GitHub↗

    That's because you are a amazing! Here's how it works:

    Jupyter Notebook
    Ver en GitHub↗134

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • denysdovhan/wtfjsAvatar de denysdovhan

    denysdovhan/wtfjs

    37,628Ver en GitHub↗

    This project is an educational resource and technical reference archive focused on the core architecture and counter-intuitive behaviors of the JavaScript programming language. It provides a comprehensive collection of language edge cases, syntax anomalies, and runtime inconsistencies that challenge standard developer assumptions. By grounding these examples in the official ECMAScript specification, the repository serves as a guide for understanding the underlying mechanics of the language. The project distinguishes itself by cataloging specific instances of type coercion, operator precedence

    JavaScriptbookhandbookjavascript
    Ver en GitHub↗37,628
  • dhghomon/easy_rustAvatar de Dhghomon

    Dhghomon/easy_rust

    8,305Ver en 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
    Ver en GitHub↗8,305
  • dimonomid/docker-quick-refAvatar de dimonomid

    dimonomid/docker-quick-ref

    200Ver en GitHub↗

    Docker: Printable Quick Reference

    Makefile
    Ver en GitHub↗200
  • eon01/dockercheatsheetAvatar de eon01

    eon01/DockerCheatSheet

    3,938Ver en GitHub↗

    This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured collection of commands and documentation to help users manage container lifecycles, build images, and handle registries. The documentation specifically covers the orchestration of multi-container applications using Docker Compose and the management of scalable services across multiple nodes via Docker Swarm. It also includes detailed guides for configuring virtual networks, bridges, and ports to control container communication. The reference surface extends to container image administ

    Ver en GitHub↗3,938
  • fawazahmed0/quran-apiAvatar de fawazahmed0

    fawazahmed0/quran-api

    988Ver en GitHub↗
    al-quranapifree
    Ver en GitHub↗988
  • ffhelicopter/go42Avatar de ffhelicopter

    ffhelicopter/Go42

    5,186Ver en GitHub↗

    Go42 is a comprehensive programming language guide and reference for the Go language. It serves as a study of the official language specifications and a collection of design patterns derived from the internal logic and source code of the Go standard library. The project focuses on analyzing official library implementations to demonstrate idiomatic design patterns and core architectural thinking. It maps high-level architectural patterns to specific language features to support the development of scalable and maintainable software. The educational material is organized through case studies an

    Gobookgogo42
    Ver en GitHub↗5,186
  • graue/esofilesAvatar de graue

    graue/esofiles

    110Ver en GitHub↗

    This is an archive of implementations of esoteric programming languages as well as language specs and programs written in them. You can find information on esoteric programming languages at the Esolang wiki.

    C
    Ver en GitHub↗110
  • idris-hackers/software-foundationsAvatar de idris-hackers

    idris-hackers/software-foundations

    458Ver en GitHub↗

    :book: Download the PDFPDF

    Idris
    Ver en GitHub↗458
  • invoke-ir/forensicpostersAvatar de Invoke-IR

    Invoke-IR/ForensicPosters

    454Ver en GitHub↗
    Ver en GitHub↗454
  • jenspiegsa/docker-cheat-sheetAvatar de JensPiegsa

    JensPiegsa/docker-cheat-sheet

    23Ver en GitHub↗

    A collection of recipes for docker.

    CSS
    Ver en GitHub↗23
  • jesusprubio/strong-nodeAvatar de jesusprubio

    jesusprubio/strong-node

    507Ver en GitHub↗

    :heavycheckmark: More than 100 security checks for your Node.js API

    JavaScript
    Ver en GitHub↗507
  • kencochrane/docker-guidebookK

    kencochrane/docker-guidebook

    0Ver en GitHub↗
    Ver en GitHub↗0
  • kyclark/command-line-rustK

    kyclark/command-line-rust

    0Ver en GitHub↗

    This is the code repository for the Command-Line Rust (O'Reilly, 2022/2024, ISBN 9781098109417)

    Ver en GitHub↗0
  • lborb/bookAvatar de lborb

    lborb/book

    346Ver en GitHub↗

    The Little Book of Rust Books

    Ver en GitHub↗346
  • leonardomso/33-js-conceptsAvatar de leonardomso

    leonardomso/33-js-concepts

    66,467Ver en GitHub↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-loop-based concurrency, alongside advanced topics like JIT-compiled execution and memory management. The repository distinguishes itself by offering deep-dive technical guides that bridge the gap between abstract language concepts and practical browser implementation. It features

    JavaScriptangularconceptses6
    Ver en GitHub↗66,467
  • llamafamily/llama-chineseL

    LlamaFamily/Llama-Chinese

    0Ver en GitHub↗

    Llama中文社区 最好的Llama大模型开源社区

    Ver en GitHub↗0
  • lukemathwalker/zero-to-productionAvatar de LukeMathWalker

    LukeMathWalker/zero-to-production

    6,486Ver en 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
    Ver en GitHub↗6,486
  • mac4n6/presentationsAvatar de mac4n6

    mac4n6/Presentations

    265Ver en GitHub↗

    Presentation Archives for my OS X and iOS Related Research

    Ver en GitHub↗265
  • mmontone/cltl2-docAvatar de mmontone

    mmontone/cltl2-doc

    14Ver en GitHub↗

    Common Lisp The Language Second Edition

    TeX
    Ver en GitHub↗14
  • mmontone/dpans2texiAvatar de mmontone

    mmontone/dpans2texi

    8Ver en GitHub↗

    NB This is an archive of Jesper Harder's dpans2texi script, available under the GPLv2; the original site has disappeared.

    TeX
    Ver en GitHub↗8
  • mortcanty/crc4dockerM

    mortcanty/CRC4Docker

    0Ver en GitHub↗

    CRC4Docker Source files for the Docker image mort/crc4docker

    Ver en GitHub↗0
  • mostafa-saad/mycompetitiveprogrammingAvatar de mostafa-saad

    mostafa-saad/MyCompetitiveProgramming

    430Ver en GitHub↗

    This repository contains a subset of pointers to solutions with editorials and notes to my trainees (ACM ICPC, OJs, IOI, POI, CEOI, JOI, etc). For IOI/OI, I organized what I found on the web from official solutions and materials.

    C++
    Ver en GitHub↗430
  • natemara/refactoring-to-rustAvatar de natemara

    natemara/refactoring-to-rust

    122Ver en GitHub↗

    Code to accompany Refactoring to Rust

    Rust
    Ver en GitHub↗122
  • rust-embedded/bookAvatar de rust-embedded

    rust-embedded/book

    1,323Ver en GitHub↗

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

    Ver en GitHub↗1,323
  • rust-in-action/codeAvatar de rust-in-action

    rust-in-action/code

    2,122Ver en GitHub↗

    Source code for the book Rust in Action

    Rustbookmanning-publicationsrust
    Ver en GitHub↗2,122