Teaching Rust 101 at Imperial College

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • teach-rs

    A modular, reusable university course for Rust

    How cool! I'm currently running a Rust course as well. It's open source: tweedegolf/101-rs (I guess everyone thinks Rust 101 is a good name ;) ). It's currently a bit early days, but after running the course once, I'll work on making the material reusable.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • kani

    Kani Rust Verifier

    I would also spend a bit of time talking about how unsafe code can be used appropriately. And along with that you have the responsibility of doing the verification on u u our own using tools like kani

  • rust-quick-guide

    Rust Quick Guide provides short introductions to many Rust programming topics, including the language, ecosystem, concepts, crates, and more.

    Rust 101 topics that I like to use to help newcomers: https://github.com/sixarm/rust-101

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