stylecs
is a crate aimed at solving a core part of how to declaring styles for
an application. The main type this crate provides is Style
, which allows
combining multiple style components together in a fashion inspired by entity
component systems.
This crate does not provide any style components, only a framework for such a system to be developed.