| Crates.io | ziyy-core |
| lib.rs | ziyy-core |
| version | 0.1.4 |
| created_at | 2025-07-03 01:45:41.923192+00 |
| updated_at | 2025-07-21 06:12:00.50806+00 |
| description | Terminal Styling using HTML-like syntax. |
| homepage | |
| repository | https://github.com/ziyy-dev/ziyy-rs.git |
| max_upload_size | |
| id | 1735710 |
| size | 158,081 |
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.
use ziyy_core::style;
let styled = style("<b>Lorem
<d> dolor sit
<b>amet consectetur
<d>adipiscing elit</d>
quisque
</b>faucibus ex sapien.");
unstable Can break or be removed at any time without warning.parallel Enables parallel parsing.