diff --git a/README.md b/README.md index 43a60f0..affe8da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ -# iocraft [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ccbrown/iocraft/commit.yaml)](https://github.com/ccbrown/iocraft/actions) [![docs.rs](https://img.shields.io/docsrs/iocraft)](https://docs.rs/iocraft/) [![Codecov](https://img.shields.io/codecov/c/github/ccbrown/iocraft)](https://app.codecov.io/github/ccbrown/iocraft) +
+

iocraft

+ +

+ ✨ A Rust crate for beautiful, artisanally crafted CLIs and text-based IO. ✨ +

+ +

+ GitHub Actions Workflow Status + docs.rs + crates.io + Codecov +

+
`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