tg-rcore-tutorial-ch5-basic 0.5.0-preview.2

Standalone reproducible crate for the Chapter 5 basic lab of tg-rcore-tutorial.
Documentation
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";