dgunther2001-linked_list 1.0.8

A generic singly linked list
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "dgunther2001-linked_list"
version = "1.0.8"
authors =  ["Daniel Gunther <danielgunther2001@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A generic singly linked list"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]