Module lemmeknow::output

source ·
Expand description

For pretty printing the output to terminal.

This requires cli feature to be enabled. (enabled by default)

Example:

Print results in a beautiful table!

use lemmeknow::{Identifier, PrintMode};
let identifier = Identifier::default();
let result = identifier.identify("UC11L3JDgDQMyH8iolKkVZ4w");
let printer = PrintMode::Normal;
printer.print(&result);

Enums

  • Modes defining how the output shall be printed