Skip to main content

Crate parlov_output

Crate parlov_output 

Source
Expand description

Output formatters for parlov: terminal table and raw JSON.

Two formatters are provided:

Functionsยง

render_json
Renders an OracleResult as a pretty-printed JSON string.
render_table
Renders an OracleResult as a human-readable terminal table.