Function prime_checker::description

source ·
pub fn description(show: bool) -> String
Expand description

Prints a description of the crate to the console and returns the same.

Arguments:

  1. show: bool - Whether to print the description to the console or not.

Returns:

  1. String - A brief description of the library as defined in libs::constants::DESCRIPTION