Crate pyu_rust_util
source ·Functions
- change_color: change the console text color
- curl: run a curl and print the output to stdout.
- exec: creates a Command with the cmd and arg parameters and returns the output.
- input: creates a String and then calls io::stdin().read_line to read input for the string.
- number_vec: create a vector with a specific amount of numbers.
- output: print out an Output value
- rainbow_hello: pointless function for a rainbow hello world