Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Add note about safety
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Jun 15, 2019
1 parent 2a5dc99 commit a52dbb3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
ncurses-rs [![Build Status](https://travis-ci.org/jeaye/ncurses-rs.png)](https://travis-ci.org/jeaye/ncurses-rs)
==========

This is a very thin wrapper around the ncurses TUI lib.
This is a *very thin* wrapper around the ncurses TUI lib.

**NOTE:** The ncurses lib is terribly unsafe and ncurses-rs is only the lightest
wrapper it can be. If you want a safe and idiomatic TUI library for Rust, look
elsewhere. If you want a 1:1 port of C to Rust or you want to crank a TUI out
C-style in Rust, this will probably do the trick.

## Building

Expand Down

0 comments on commit a52dbb3

Please # to comment.