conradkleinespel / rprompt

Cross-platform Rust library to prompt for things in console applications (Linux, BSD, OSX, Windows).

Home Page:https://github.com/conradkleinespel/duck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rustastic Prompt

rprompt makes it easy to prompt for input in a console application on all platforms, Unix and Windows alike.

rprompt is made available free of charge. You can support its development through Liberapay 💪

Usage

Add rprompt as a dependency in Cargo.toml:

[dependencies]
rprompt = "2.1"

See examples and docs at https://docs.rs/rprompt.

License

The source code is released under the Apache 2.0 license.

About

Cross-platform Rust library to prompt for things in console applications (Linux, BSD, OSX, Windows).

https://github.com/conradkleinespel/duck

License:Apache License 2.0


Languages

Language:Rust 100.0%