Trait extension for BTreeSet
Byte slice &[u8] extension.
Adds a counter for the number of lines in a file.
Find the maximum value of Vec<f64>.
Trait extension for HashSet
Find the maximum value of Vec<u32>.
The IteratorBack trait is a generic interface that allows you to modify the behavior
of an iterator by skipping a specified number of elements from its end.
Iterator Extension
Count function consumes the Lines:
Add operations: x += y, x -= y, x *= y and x /= y.
Adds some methods to the Option<T>.
Partition into unique and duplicate slice elements.
Print Extension with Debug
Result Extension
Round floating numbers (f32 or f64)
Trait extension for Slice
Trait extension for &str or String
Trait extension for String
Try Convert Extension
u8 Extension
Get unique values from vector items.
convert array: [T; N] to Vec<Option<U>>
Calculates the Blake3 hash from Path.
Clear (wipe) the terminal screen
Gets Date from a string containing 8 digits.
Gets Date from a string containing 8 digits.
Command line progress with indicatif ProgressBar
Generate a random integer value in the given range (min, max) inclusive.
Generate a random integer value in the given range (min, max) inclusive.
Genarate ProgressStyle by template and progress characters.
Print to file and to stdout
Returns the number of digits in an integer.
Opens a file at the specified path.
Print slice divided by n subsets
Split a slice into smaller slices of size N.
Generate random numbers without external dependencies
Shuffle the vector in place with the Fisher-Yates algorithm.
Convert a string of digits to a vector of digits Vec<u32>
Add the thousands separator to float64 with the specified decimal number.
Add the thousands separator to float64 with the specified decimal number.
Convert Vec<String> to Vec<&str>
Convert Vec<&str> to Vec<String>
Generic numeric conversion.