ziyy-core

Crates.ioziyy-core
lib.rsziyy-core
version0.1.4
created_at2025-07-03 01:45:41.923192+00
updated_at2025-07-21 06:12:00.50806+00
descriptionTerminal Styling using HTML-like syntax.
homepage
repositoryhttps://github.com/ziyy-dev/ziyy-rs.git
max_upload_size
id1735710
size158,081
Mubarak Aloaye Umoru (alMukaafih)

documentation

README

Ziyy's core library

Ziyy is a markup language that allows you to style your terminal using HTML-like syntax.

For information on using Ziyy, see the Ziyy website.

Usage

use ziyy_core::style;

let styled = style("<b>Lorem
    <d> dolor sit
        <b>amet consectetur
            <d>adipiscing elit</d>
            quisque
        </b>faucibus ex sapien.");

Feature flags

  • unstable Can break or be removed at any time without warning.
  • parallel Enables parallel parsing.
Commit count: 0

cargo fmt