ziyy 2.0.0

Terminal Styling using HTML-like syntax.
Documentation

Ziyy - Rust based terminal styler.

Ziyy is a terminal styler that uses HTML-like tags

For information on using Ziyy, see the Ziyy website.

Building

Prerequisites

Before building the project, ensure you have the following installed:

  • Rust: Install Rust using rustup.
  • Cargo: Comes bundled with Rust, used for managing dependencies and building the project.

Build Instructions

  1. Clone the repository:
git clone https://github.com/ziyy-dev/ziyy-rs.git
cd ziyy-rs
  1. Build the project:
cargo build --release
  1. Run the project:
cargo run
  1. Optionally, run tests to verify functionality:
cargo test