https://github.com/jddev0/consolelib
A very simple TUI library for Linux (ncurses) and Windows (Win-API)
https://github.com/jddev0/consolelib
cli command-line console rust rust-language
Last synced: 3 months ago
JSON representation
A very simple TUI library for Linux (ncurses) and Windows (Win-API)
- Host: GitHub
- URL: https://github.com/jddev0/consolelib
- Owner: JDDev0
- License: mit
- Created: 2024-12-26T22:35:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-21T17:18:06.000Z (over 1 year ago)
- Last Synced: 2025-01-27T00:07:38.907Z (about 1 year ago)
- Topics: cli, command-line, console, rust, rust-language
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConsoleLib
A very simple TUI library for Linux (ncurses) and Windows (Win-API)
## Use as dependency
Run `cargo add console-lib` to add this crate to your rust crate.