1 2 3 4 5
//! Tutorials and other more in-depth documentation (mostly WIP). pub mod quickstart { #![doc = include_str!("./quickstart.md")] }