Skip to main content

MODULE

Constant MODULE 

Source
pub const MODULE: &str = "playground";
Expand description

The module a playground’s one source file belongs to, and the function that is run.

A package on disk takes its module names from its directory names, and a page has no directories, so one is chosen here and written into the diagnostics the reader sees. playground.main reads as what it is.