Data Structure Implementations in Rust

Mainly creating this to improve my rust skills

TODO

  • TREAP
    • Insert, Delete, Merge, Split, nth Completed
  • Splay Tree
    • Inprogress
  • Link Cut Tree
    • Not started
  • Suffix Tree
    • Not started
  • KD Tree
    • Not started