rust-cookbook VS rust-by-example

Compare rust-cookbook vs rust-by-example and see what are their differences.

rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook (by rust-lang-nursery)

rust-by-example

Learn Rust with examples (Live code editor included) (by rust-lang)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
rust-cookbook rust-by-example
4 66
2,196 6,701
1.1% 2.4%
0.0 8.6
8 days ago 9 days ago
Shell Handlebars
Creative Commons Zero v1.0 Universal Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rust-cookbook

Posts with mentions or reviews of rust-cookbook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-14.
  • Hey Rustaceans! Got an easy question? Ask here (7/2022)!
    9 projects | /r/rust | 14 Feb 2022
    I'm trying to fix the two test failures in the current master of the Rust Cookbook related to the API change of the rand crate. It went from accepting a couple numbers (in 0.5.6) to a Range instead (in 0.8.0).
    9 projects | /r/rust | 14 Feb 2022
    So it seems like there isn't much activity with the Rust Cookbook though there are a bunch of outstanding PRs.
  • Learning Rust Offline
    3 projects | dev.to | 20 Nov 2021
    rust cookbook
  • Hey Rustaceans! Got an easy question? Ask here (7/2021)!
    7 projects | /r/rust | 16 Feb 2021
    I don't know why he's doing it like this. I thought it might have something to do with the example being around 2 years old, dating back to version 0.14 of the rusqlite crate, but that does not seem to be the case. It could be as simple as the author just not noticing it wasn't required.

rust-by-example

Posts with mentions or reviews of rust-by-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-01.

What are some alternatives?

When comparing rust-cookbook and rust-by-example you can also consider the following projects:

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

book - The Rust Programming Language

zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.

monkey - Monkey patching in Go

RustBooks - List of Rust books

easy_rust - Rust explained using easy English

reference - The Rust Reference

fp-core.rs - A library for functional programming in Rust

tour_of_rust - A tour of rust's language features

monad-challenges - A set of challenges for jump starting your understanding of monads.

crates.io - The Rust package registry

async-book - Asynchronous Programming in Rust