Crate peace_fmt

Crate peace_fmt 

Source
Expand description

Presentation and formatting support for the peace automation framework.

See Output Presentation.

Re-exports§

pub use crate::presentable::Presentable;

Modules§

presentable

Macros§

present
Ergonomically present multiple Presentables.
presentln
Ergonomically present multiple Presentables.

Enums§

Either
Combines two different Presentables into a single type.

Traits§

PresentableExt
Additional functionality for Presentable types.
Presenter
Takes a Presentable type and presents it to the user.

Attribute Macros§

async_trait