Best learning strategy.

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • serde

    Serialization framework for Rust

    Don't know about statistics libraries, but we have serde and serde_json to work with JSON.

  • json

    Strongly typed JSON library for Rust (by serde-rs)

    Don't know about statistics libraries, but we have serde and serde_json to work with JSON.

  • 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.

  • too-many-lists

    Learn Rust by writing Entirely Too Many linked lists

    Also, tree-like structures might not be trivial to implement in Rust. Especially if they have cyclic references, then you'll need to go unsafe. As an example what can go wrong. But you might "cheat" as well by using reference-counting pointer and any cyclic references resolve with weak pointers which will allow you to avoid unsafe.

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