Crate lsio [] [src]

Modules

commands
config
convert
error
macros
prompts
system

Macros

print_color

print! with a specific color.

println_color

println! with a specific color.

println_color_green

println! with GREEN.

println_color_quiet

print_color! with quiet option.

println_color_quiet

println_color! with a quiet option.

println_color_red

println! with RED.

println_color_yellow

println! with YELLOW.

repeat

repeat - Prints out a repeat of characters

repeat_color

repeat_color - Prints out a repeat of characters in a specific color.

repeat_color_quiet

repeat_color! with quiet option.

repeat_color_with_ends

repeat_color_with_ends - Prints out a repeat of characters in a specific color and centers any text passed in along with printing left end and right end characters.

zero_fill_buffer

Sizes and zero fills a vector of bytes for a buffer.