kvarn::prelude::utils::prelude::compact_str::core::prelude

Module v1

1.6.0 · source
Expand description

The first version of the prelude of The Rust Standard Library.

See the module-level documentation for more.

Macros§

  • Asserts that a boolean expression is true at 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.