Name Description Size Coverage
animation.rs Generic values for properties related to animations and transitions. 10121 88 %
background.rs Generic types for CSS values related to backgrounds. 1802 94 %
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. 36561 81 %
border.rs Generic types for CSS values related to borders. 7379 87 %
box.rs Generic types for box properties. 7919 83 %
calc.rs [Calc expressions][calc]. [calc]: https://drafts.csswg.org/css-values/#calc-notation 110964 86 %
color.rs Generic types for color properties. 9285 91 %
column.rs Generic types for the column properties. 1027 76 %
counters.rs Generic types for counters-related CSS values. 7591 83 %
easing.rs Generic types for CSS Easing Functions. https://drafts.csswg.org/css-easing/#timing-functions 2924 96 %
effects.rs Generic types for CSS values related to effects. 3413 93 %
flex.rs Generic types for CSS values related to flexbox. 750 81 %
font.rs Generic types for font stuff. 9393 82 %
grid.rs Generic types for the handling of [grids](https://drafts.csswg.org/css-grid/). 28393 89 %
image.rs Generic types for the handling of [images]. [images]: https://drafts.csswg.org/css-images/#image-values 21064 94 %
length.rs Generic types for CSS values related to length. 18358 86 %
mod.rs Generic types that share their serialization implementations for both specified and computed values. 6396 81 %
motion.rs Generic types for CSS Motion Path. 7433 78 %
page.rs @page at-rule properties 4566 47 %
position.rs Generic types for CSS handling of specified and computed values of [`position`](https://drafts.csswg.org/css-backgrounds-3/#position) 17409 81 %
ratio.rs Generic types for CSS values related to <ratio>. https://drafts.csswg.org/css-values/#ratios 2231 79 %
rect.rs Generic types for CSS values that are composed of four sides. 4467 97 %
size.rs Generic type for CSS properties that are composed by two dimensions. 2392 95 %
svg.rs Generic types for CSS values in SVG 5092 91 %
text.rs Generic types for text properties. 6451 83 %
transform.rs Generic types for CSS values that are related to transformations. 39504 92 %
ui.rs Generic values for UI properties. 3755 89 %
url.rs Generic types for url properties. 1129 77 %