smelt-style 0.1.0

Frontend-neutral style primitives: Color, Style, Theme, HlGroup. Shared leaf consumed by document models and renderers.
Documentation
1
2
3
4
//! Frontend-neutral style primitives: [`style::Style`], [`style::Color`], and [`theme::Theme`].

pub mod style;
pub mod theme;