Expand description
The 2021 version of the core prelude.
See the module-level documentation for more.
Macros§
- Asserts that a boolean expression is
trueat runtime. - Evaluates boolean combinations of configuration flags at compile-time.
- Expands to the column number at which it was invoked.
- Causes compilation to fail with the given error message when encountered.
- Concatenates literals into a static string slice.
- Inspects an environment variable at compile time.
- Expands to the file name in which it was invoked.
- Constructs parameters for the other string-formatting macros.
- Parses a file as an expression or an item according to the context.
- Includes a file as a reference to a byte array.
- Includes a UTF-8 encoded file as a string.
- Expands to the line number on which it was invoked.
- Expands to a string that represents the current module path.