Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Lab 05: Complex data structures

In this lab session you will learn about:

  • Implementing recursive data structures in Rust;
  • Implementing standard traits for both your own and foreign data types;
  • Implementing your own iterators, to refactor iteration logic;
  • Making all of the above generic, with appropriate trait bounds.