Crate rialo_cli_representation

Crate rialo_cli_representation 

Source
Expand description

Rialo CLI Representation Traits

This crate defines lightweight traits used by the CLI and proc-macro to enable human-readable and serializable representations for types printed in the CLI. It is intentionally a small, non-proc-macro crate so it can be depended on by both the main rialo crate and the rialo-cli-representable proc-macro crate.

Traitsยง

HumanReadable
Trait for types that can format themselves for human-readable output
Representable
Trait for types that can be represented in both human-readable and serialized formats