colette 0.2.0

Convert between truecolor, xterm(1) 256 color and 16 color.
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 11.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 290.51 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • ifrstr/colette
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ilharp

colette

Go Reference Go Report Card codecov

Convert between truecolor, xterm(1) 256 color and 16 color. Single-header library. Arranged from tmux.

C

Install

Using prebuilt packages:

Download artifacts from Releases, including:

  • The header source

  • Deb package

  • Rpm package

Or using make install:

mkdir build && cd build && cmake .. && make && make install

Or using submodule:

git submodule add --name colette https://github.com/ifrstr/colette.git colette
add_subdirectory(colette)

Usage

Checkout colette.h.

Go

Install

go get gopkg.ilharper.com/x/colette

Usage

Go Reference

LICENSE

ISC, the same as tmux