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