Expand description
Embedded guide content for the Programmer’s Guide page.
Contains all 24 sections from work/PROGRAMMERS_LANGUAGE_STARTER.md as Rust constants. WASM cannot read files at runtime, so we embed the content at compile time.
Structs§
- Code
Example - A code example within a section
- Section
- A section of the guide
Enums§
- Example
Mode - Mode for code examples - determines how “Run” executes them
Constants§
- SECTIONS
- All guide sections organized by part
Functions§
- get_
all_ sections - Get all sections
- get_
parts - Get all unique part names in order
- get_
section_ by_ id - Get a section by ID
- get_
sections_ by_ part - Get sections by part