Skip to main content

Module content

Module content 

Source
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§

CodeExample
A code example within a section
Section
A section of the guide

Enums§

ExampleMode
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