Crate standard_library

source ·
Expand description

Custom Standard Rust Library

Modules§

Macros§

  • and_or! will compare $left and $right in different ways depending on how you invoke it:
  • Declarative macros ‘create_function’ creates a new function.
  • find_min! will calculate the minimum of any number of arguments.
  • ‘print_result’ prints the results.
  • ‘to_bytes’ converts ‘*str’ into bytes.

Functions§