Skip to main content

Module language

Module language 

Source
Expand description

Supported solution languages and the commands that drive them.

Everything a language needs - its CLI name, entry point and the commands used to scaffold, build and run it - lives in a single match arm, so adding a language is one variant and one arm.

Structs§

LanguageCommands
The commands used to scaffold, build and run a solution.
UnknownLanguage
The error returned when a string does not name a supported language.

Enums§

Language
A language a solution can be written in.