diff --git a/README.md b/README.md index 43a60f0..affe8da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ -# iocraft [](https://github.com/ccbrown/iocraft/actions) [](https://docs.rs/iocraft/) [](https://app.codecov.io/github/ccbrown/iocraft) +
`iocraft` is a library for crafting beautiful text output and interfaces for the terminal or logs. It allows you to easily build complex layouts and interactive elements using a @@ -12,6 +25,7 @@ declarative API. - Create animated or interactive elements with event handling and hooks. - Build fullscreen terminal applications with ease. - Pass props and context by reference to avoid unnecessary cloning. +- Broad support for both Unix and Windows terminals so your UIs look great everywhere. ## Getting Started