Skip to main content

tg_rcore_tutorial/
lib.rs

1//! Meta crate for the componentized rCore tutorial workspace.
2//!
3//! This crate is a distribution bundle so learners can fetch the full
4//! teaching workspace via crates.io tooling (for example, cargo-clone).
5
6/// Crate identifier for the workspace bundle.
7pub const BUNDLE_NAME: &str = "tg-rcore-tutorial";