Skip to content

LyonSyonII/mycollections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My own implementations of the data structures in the Rust std::collections module.

All methods and structs are fully documented (enforced by #[deny(missing_docs)]).

All collections support ZSTs (zero-sized types).

Currently implemented:

  • Vec
  • LinkedList
  • Deque

About

Manual implementation of Rust's std::collections. Made for fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors