Crate slowprint[][src]

Expand description

slowprint

A small library for printing texts slowly which gives scrolling effect to the texts shown.

Functions

Print given text slowly with delay of fixed Duration Duration::from_millis(1000).

Print given text slowly with delay of fixed Duration Duration::from_millis(1000) and add a newline at the end of the text.

Print given text slowly with delay of given Duration.

Print given text slowly with delay of given Duration and add a newline at the end of text.