From c85453cf3052ee7c7d4bac2f436f568b032d6173 Mon Sep 17 00:00:00 2001 From: Timon Date: Sun, 7 Jan 2018 15:32:30 +0100 Subject: [PATCH] Update README.md Added some library desctiption --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66d603d..d1550b4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # crossterm -Cross platform terminal library rust + +Cross platform terminal library written in rust + +Ever got disappointed when a terminal library was only written for unix systems? You are not the only one... This library provides alot of the same functionality as termion but then for both windows and unix systems in an client friendly interface.