Function lipsum::lipsum_title [] [src]

pub fn lipsum_title() -> String

Generate a short lorem ipsum string where the words are capitalized and stripped for punctuation characters.

Examples

use lipsum::lipsum_title;

println!("{}", lipsum_title());

This will generate a string like

Grate Meminit et Praesentibus

which should be suitable for use in a document title for section heading.