Module indigo::fmt[][src]

Formatting utilities.

Re-exports

pub use std::fmt::*;

Structs

AsDescription

Wraps a value to display its description.

AsPath

Formats a string as a file sytem path.

Surrounded

Formats a value surrounded by a prefix and suffix string.

Traits

Describe

A trait similar to Display that instead writes a description of the value.

Functions

style

Wraps an object for formatting for styling.