spectrum 0.0.0

A library for building structured, colorful output. Under heavy development, and doesn't work yet
Documentation
1
2
3
4
5
6
7
# Emit

The emitter system is analogous to the `Debug` and `Display` system in Rust `std`, but adds support for a handful of features that are useful in order to abstract colored output.

## `StyledFragment`

## `EmitBackend`