console-prompt 0.1.0

console_prompt is a very simple library for creating clean, thread-safe cli prompts for interactive cli programs in rust heavily relying on crossterm. I created this for a C2 client, but it could likely be used in anywhere you want an interactive prompt. The simplicity of it is what I think sets it apart from other projects
Documentation

console_prompt

A very simple way to make a clean, thread-safe, interactive CLI interface in rust.

Currently this does not support windows due to limitations with windows terminal. If someone asks for windows support i'll try and figure something out.