Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 566 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 566 Bytes




lool » cli contains utilities for building command-line interfaces.




Installation

This crate is for internal use. It's only published privately.

cargo add lool --registry=lugit --features cli {sub-feature}

Sub-Features

  • stylize: colorize and stylize text for the terminal.
  • tui: build terminal user interfaces with ratatui.