Skip to main content

format

Function format 

Source
pub fn format<T: Serialize>(data: &T) -> Result<String>
Expand description

Format data as colorized, human-readable output.

Uses colors and formatting for better terminal readability.