print

Function print 

Source
pub fn print(content: &str)
Expand description

Print text with markup to stdout.

This is a convenience function for quick output.

ยงExample

fast_rich::print("[bold green]Success![/]");