1 2 3 4 5
#![no_std] #![doc = include_str!("../README.md")] /// Documentation-only library target so docs.rs can render the crate page. pub const CRATE_NAME: &str = "tg-rcore-tutorial-ch5-basic";