This library allows you to use a typewriter effect on top of the Colored crate's functionality.
Requirements: Rust
Check syntax errors
cargo check
Run examples
- debug:
cargo run --example <example>
- release:
cargo run --example <example> --release