Crate wiserone

Source
Expand description

§wiserone 🦀

Modules§

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

Macros§

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

Functions§

run
Entry point of the application.