An example of a simple linked list
Go to file
Fl1tzi d53d575443 JUHU 2023-05-09 23:19:35 +02:00
src JUHU 2023-05-09 23:19:35 +02:00
.gitignore Initial commit 2023-05-09 19:35:50 +00:00
Cargo.toml JUHU 2023-05-09 23:19:35 +02:00
LICENSE Initial commit 2023-05-09 19:35:50 +00:00
README.md Initial commit 2023-05-09 19:35:50 +00:00

README.md

linked-list

An example on how to build a linked list in Rust