wcurses 0.0.1

a simple terminal control library
Documentation
# wcurses

<a href="https://docs.rs/wcurses"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>

```toml
[dependencies]
wcurses = "0"
```

Want to make your wasi terminal apps look a bit cooler? Trying to move the terminal cursor around for a roguelike? This lib might be for you.


# License

This project is licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or
   http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or
   http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `wcurses` by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.