For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
Mojo cheat sheets
Quick-reference cards for Mojo syntax and types.
📄️ Basics
Syntax essentials: the core you reach for first.
📄️ Compile-time
Reasoning and optimization: the facts you give the compiler, and what it does with them.
📄️ Traits
What each standard library trait does, when you need it, and where it bites.
📄️ Ownership
Who owns a value, and how it passes between functions.
📄️ Types and literals
Numbers, SIMD, conversions, and how to write values.
📄️ Conversions
Make one, convert one, access one. Remember to cast.