⌘ / Alt + ←→ to navigate chapters
A CLI tool generic stack in Rust using a custom struct and generics (T). This project teaches how to implement type-safe data structures using generic parameters, Vec under the hood, and basic stack operations like push, pop, and peek.