Module monster::incubation::fmt [] [src]

Reexports

pub use self::error::Result;
pub use self::error::Error;

Modules

error

Functions

format

Format a string. The format syntax is similar to the one used by std::fmt, but very limited at the moment.

write_format

Same as format but writes to a generic buffer instead.