Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 276 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 276 Bytes

Rust Lists

This repository was created to experiment with Rust and linked lists (singly- and doubly-linked ones), in an attempt to better understand its ownership model and mechanics.

The guide I followed is found here.