rust-prehistory VS How_to_learn_modern_Rust

Compare rust-prehistory vs How_to_learn_modern_Rust and see what are their differences.

rust-prehistory

historical archive of rust pre-publication development (by graydon)
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
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
rust-prehistory How_to_learn_modern_Rust
18 6
566 2,687
- -
0.8 0.0
12 months ago 5 months ago
C
GNU General Public License v3.0 or later -
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-prehistory

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

How_to_learn_modern_Rust

Posts with mentions or reviews of How_to_learn_modern_Rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-12.
  • joaocarvalhoopen/How_to_learn_modern_Rust: A guide to the adventurer.
    1 project | /r/devopsish | 13 Sep 2022
  • GitHub - joaocarvalhoopen/How_to_learn_modern_Rust: A guide to the adventurer.
    1 project | /r/programming | 12 Sep 2022
  • How to Learn Modern Rust
    1 project | /r/hypeurls | 12 Sep 2022
    4 projects | news.ycombinator.com | 12 Sep 2022
    A lot of the links look reasonable.

    The substring section[1] looks a bit weird though. If you're learning Rust, diving right into how to work with char indices instead of byte offsets does not feel like the right thing to cover right away. You might really need that, but chances are you don't and would be much better served by a section that talks about how you probably don't want char offsets at all. But even that doesn't seem like you should whack a beginner with right away unless they have a specific hang-up on it.

    Beginner string stuff should be talking about string representation and going over the &str and String APIs. And depending on how early you get to it in the overall tutorial, probably using it as a springboard to talk about lifetimes.

    But writing code so you can go out of your way to do something that is probably wrong in the first place? Noooooo.

    Anyway, sorry to pick at this specific point, but the Gell-Mann amnesia effect comes to mind.[2]

    [1]: https://github.com/joaocarvalhoopen/How_to_learn_modern_Rust...

    [2]: https://en.wikipedia.org/wiki/Michael_Crichton#GellMannAmnes...

    1 project | news.ycombinator.com | 7 Sep 2022

What are some alternatives?

When comparing rust-prehistory and How_to_learn_modern_Rust you can also consider the following projects:

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

nannou - A Creative Coding Framework for Rust.

racket - The Racket repository

crater - Run experiments across parts of the Rust ecosystem!

compiler-benchmark - Benchmarks compilation speeds of different combinations of languages and compilers.

argh - Rust derive-based argument parsing optimized for code size

nelua-lang - Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.

mrustc - Alternative rust compiler (re-implementation)

Rocket - A web framework for Rust.

hello-actix - Hello, actix!

rpp-backup - This repo is for Red++ v3, which is the latest playable version. The repo for v4 is not in a playable state at the moment, but dev will be resuming soon.

parking_lot - Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.