Simple stack implementation: unsafe's use case

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • astack-rs

  • I would like to prepare a small presentation about Rust's unsafe at work, and I prepared https://github.com/Dav1d23/astack-rs for it.

  • miri

    An interpreter for Rust's mid-level intermediate representation

  • One thing to note is that in general, if you're writing unsafe code, you should generally test with Miri to detect (many kinds of) undefined behavior.

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

    InfluxDB logo
  • too-many-lists

    Learn Rust by writing Entirely Too Many linked lists

  • There is also a Rust e-book called "Learning Rust With Entirely Too Many Linked Lists", which is a good read.

  • cons-list

    Singly-linked list implementation in Rust

  • For reference, here's my linked list: https://github.com/tranzystorek-io/cons-list, based on "too many linked lists", contains most features you'd expect from a collection, and is aimed to be fairly simple to understand

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