ds-list 0.1.0

A simple implementation of a forward linked list.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies.log]
version = "0.4.20"

[package]
authors = ["Juan Diego <juan.castro.p@utec.edu.pe>"]
description = "A simple implementation of a forward linked list."
edition = "2021"
license = "MIT"
name = "ds-list"
repository = "https://github.com/ByJuanDiego/rust-data-structures/tree/master/ds-list"
version = "0.1.0"