mansion 0.1.0+1
mansion: ^0.1.0+1 copied to clipboard
A stately library for crafting and deciphering ANSI escape codes.
Examples #
This directory contains examples of how to use the mansion
library.
Hello, World! #
Prints a colored "Hello, World!" message to stdout.
Styles #
Uses SetStyles
to apply different colors, styles, and backgrounds to text.
Colors #
Demonstrates the colors available in the Color
class.
Cursor #
Moves the cursor around the screen.