Expand description
§My Crate
woofytest is a personal demo project to
test carge crate registry functionality.
Functions§
- add_
three - Adds three to the number given.
- concat_
with_ space - Concatenates two strings with a space in between
- split_
by_ whitespace - Splits a string by whitespace into a vector of strings
- to_
uppercase - Converts a string to uppercase
- trim_
whitespace - Trims whitespace from both ends of a string