Doc: add wikipedia link to TUI

This commit is contained in:
Alexandre Bury 2018-01-24 18:19:19 -08:00
parent fac6312227
commit 057321abac

View File

@ -1,8 +1,10 @@
//! # Cursive
//!
//! [Cursive](https://github.com/gyscos/Cursive) is a TUI library built on top
//! of ncurses-rs.
//! It allows to easily build layouts for text-based applications.
//! [Cursive] is a [TUI] library - it lets you easily build rich interfaces
//! for use in a terminal.
//!
//! [Cursive]: https://github.com/gyscos/Cursive
//! [TUI]: https://en.wikipedia.org/wiki/Text-based_user_interface
//!
//! ## Getting started
//!