about
11/25/2022
RustDisplayLib Repository
RustDisplayLib Repository
Collection of functions for displaying data
Quick Status
Contents:
-
shows
Accepts either a String or &str instance, displays on console -
show
Accepts &str message and generic T and displays them on console -
str_show
Accepts &str message and generic T, formats and returns String -
show_value
Accepts generic T and displays value on console -
show_value
Accepts generic T, formats and returns String -
show_type
Accepts generic T, displays type_name and size_of on console -
str_show_type
Accepts generic T, formats type_name and size_of, returns String -
log
Accepts generic T, displays type_name, size_of, and value on console -
str_log
Accepts generic T, formats type_name, size_of, and value, returns String -
main_title
Accepts &str, displays on console then underlines with '=' chars -
sub_title
Accepts &str, displays on console then underlines with '-' chars -
putline
displays single newline on console -
putlinen
displays n newlines on console