Crate wiserone

source ·
Expand description

Modules

  • The ascii module contains functions for generating ASCII art.
  • The cli module contains functions for processing command-line input.
  • The html module contains functions for generating HTML files.
  • The loggers module contains the loggers for the library. Application logging functionality
  • The macros module contains functions for generating macros.
  • The quotes module contains functions for reading and parsing quotes.
  • The sitemap module contains functions for generating a sitemap.xml

Macros

  • This macro takes any number of arguments and parses them into a Rust value.
  • This macro checks if the given expression is true.
  • This macro takes a vector of strings and joins them together into a single string.
  • This macro creates a new map of the given key-value pairs.
  • This macro returns the maximum of the given values.
  • This macro returns the minimum of the given values.
  • This macro prints the arguments to the console.
  • This macro takes a vector of elements and prints them to the console.
  • This macro takes a string and splits it into a vector of words.
  • This macro creates a new vector of the given elements.

Functions

  • Entry point of the application.