An example of a simple linked list
Go to file
2023-05-09 19:35:50 +00:00
.gitignore Initial commit 2023-05-09 19:35:50 +00:00
LICENSE Initial commit 2023-05-09 19:35:50 +00:00
README.md Initial commit 2023-05-09 19:35:50 +00:00

linked-list

An example on how to build a linked list in Rust