tg-rcore-tutorial 0.4.8

Meta crate bundle for rCore Tutorial workspace - contains all chapters and components
Documentation
# Build artifacts
target/
**/*.o
**/*.a
**/*.bin
**/*.elf

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Rust specific
**/*.rs.bk
Cargo.lock

# Temporary files
*.tmp
*.log

# compressed file for submodules 
# bundle/submodules.tar.gz
# Extracted workspace (optional - uncomment if you want to ignore extracted content)
# workspace-full/