Module conserve::ui [] [src]

Abstract user interface trait.

Reexports

pub use super::report::Counts;
pub use super::report::Sizes;

Modules

color

Display progress and messages on a rich terminal with color and cursor movement.

plain

Display log messages to stdout with no color or cursor movement, perhaps for a log file.

Traits

UI

Display information about backup progress to the user in some way.

Functions

best_ui

Construct the best available UI for this environment.

by_name

Construct a UI by name.

compression_percent
compression_ratio

Describe the compression ratio: higher is better.