LinkedListAlex 0.1.3

LinkedList data structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "LinkedListAlex"
version = "0.1.3"
edition = "2021"
authors = ["Alexandros Platanios <alexandrosplatanios15@gmail.com>"]
rust-version = "1.68.0"
license = "MIT"
keywords = ["linkedlist", "data", "structure", "datastructure"]
description = "LinkedList data structure"

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

[dependencies]