Crate nomore

Source
Expand description

Personal Standard Rust Lib Publics for reuse and to avoid redefinition

Macros§

die
Exits with error message if condition is true
product
Returns product of all elements in a list

Functions§

any_to_string
Converts any type to String.
is_even
Taking n as u128, returns true or false in case of n being even or odd respectively.
is_even_any
Returns true if n is even or false if n is odd.
is_executable
Return true if cmd is executable else false.
power
Raises base to the power of exp and returns the result.
rand_bool
Returns a random boolean value.