Name Description Size Coverage
animation.rs Generic values for properties related to animations and transitions. 9154 90 %
background.rs Generic types for CSS values related to backgrounds. 1709 93 %
basic_shape.rs CSS handling for the [`basic-shape`](https://drafts.csswg.org/css-shapes/#typedef-basic-shape) types that are generic over their `ToCss` implementations. 36741 82 %
border.rs Generic types for CSS values related to borders. 6323 85 %
box.rs Generic types for box properties. 7979 77 %
calc.rs [Calc expressions][calc]. [calc]: https://drafts.csswg.org/css-values/#calc-notation 75478 83 %
color.rs Generic types for color properties. 9065 87 %
column.rs Generic types for the column properties. 997 64 %
counters.rs Generic types for counters-related CSS values. 7901 89 %
easing.rs Generic types for CSS Easing Functions. https://drafts.csswg.org/css-easing/#timing-functions 3304 96 %
effects.rs Generic types for CSS values related to effects. 3287 94 %
flex.rs Generic types for CSS values related to flexbox. 780 73 %
font.rs Generic types for font stuff. 8823 86 %
grid.rs Generic types for the handling of [grids](https://drafts.csswg.org/css-grid/). 26570 88 %
image.rs Generic types for the handling of [images]. [images]: https://drafts.csswg.org/css-images/#image-values 20956 98 %
length.rs Generic types for CSS values related to length. 18479 84 %
mod.rs Generic types that share their serialization implementations for both specified and computed values. 6397 76 %
motion.rs Generic types for CSS Motion Path. 7404 79 %
page.rs @page at-rule properties 4229 73 %
position.rs Generic types for CSS handling of specified and computed values of [`position`](https://drafts.csswg.org/css-backgrounds-3/#position) 16371 78 %
ratio.rs Generic types for CSS values related to <ratio>. https://drafts.csswg.org/css-values/#ratios 2231 82 %
rect.rs Generic types for CSS values that are composed of four sides. 4254 97 %
size.rs Generic type for CSS properties that are composed by two dimensions. 2392 91 %
svg.rs Generic types for CSS values in SVG 5030 89 %
text.rs Generic types for text properties. 6501 77 %
transform.rs Generic types for CSS values that are related to transformations. 29334 86 %
ui.rs Generic values for UI properties. 3184 87 %
url.rs Generic types for url properties. 1100 63 %