1 //! # Tutorial 2 //! 3 //! Table of Contents 4 #![allow(clippy::std_instead_of_core)] 5 6 pub mod chapter_0; 7 pub mod chapter_1; 8 pub mod chapter_2; 9 pub mod chapter_3; 10 pub mod chapter_4; 11 pub mod chapter_5; 12 pub mod chapter_6; 13 pub mod chapter_7; 14 pub mod chapter_8; 15