list
A singly-linked stack like list support peek.
Getting started
Installing
Add this to Cargo.toml file of your project:
[dependencies]
list = "~0.1.1"
Usage
extern crate list;
use List;
Run test
cargo test -v
A singly-linked stack like list support peek.
Add this to Cargo.toml file of your project:
[dependencies]
list = "~0.1.1"
extern crate list;
use List;
cargo test -v