Module query

Module query 

Source
Expand description

The parse function parses an input string into a HashMap where the keys are String and the values are of type Value.

Modules§

exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.

Enums§

ParseResult
Represents the result of parsing.
Value
Parser value enum

Functions§

parse
Parses an input string and returns a parsing result.