You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
float-pigment is a group of low-level rust crates. It helps builds GUI applications with CSS-like technologies. These crates serve as low-level dependencies of UI frameworks.
6
9
7
10
Major crates:
8
11
9
-
*`float-pigment-css` - CSS parser.
10
-
*`float-pigment-layout` - Layout engine which supports common CSS `display`, including `flex``block` and `inline`.
11
-
*`float-pigment-forest` - Tree implementation that works with `float-pigment-layout`.
12
-
*`float-pigment` - The collection of all crates above, with C++ bindings.
13
-
14
-
Visit [docs.rs](https://docs.rs) for docs of each module.
0 commit comments