nazmulidris / r3bl_terminal_async

Async readline, concurrent stdout writer, and spinner component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This crate has been permanently moved to r3bl_terminal_async.

The r3bl_terminal_async library lets your CLI program be asynchronous and interactive without blocking the main thread. Your spawned tasks can use it to concurrently write to the display output, pause and resume it. You can also display of colorful animated spinners ⌛🌈 for long running tasks. With it, you can create beautiful, powerful, and interactive REPLs (read execute print loops) with ease.

About

Async readline, concurrent stdout writer, and spinner component