Skip to content

mandober/rust-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust exercise with linked list

Following implementations of misc. lists from too-many-lists

Split into multitude of modules and heavily commented.

Methods:

  • new
  • clear
  • is_empty
  • size
  • push
  • pop
  • peek
  • peek_mut
  • append
  • peek_back

Traits implemented:

  • Drop
  • IntoIter
  • Display
  • Default

About

Linked list in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages