servo/components/layout_2020/table
Martin Robinson adc0fc984d
layout: Make geom.rs logical geoemetry types more ergonomic (#32633)
Make using the logical geometry types more ergonomic by having them all
implement `Copy` (at most 4 64-bit numbers), similar to what `euclid`
does. In addition add an implementation of `Neg` for `LogicalVec` and
`LogicalSides` as it will be used in upcoming table implementation code.
2024-06-28 08:20:50 +00:00
..
construct.rs Fix and unify 'span' attribute for table columns (#32467) 2024-06-10 09:26:46 +00:00
layout.rs layout: Make geom.rs logical geoemetry types more ergonomic (#32633) 2024-06-28 08:20:50 +00:00
mod.rs rustdoc: fix warnings in components/layout_2020/table (#31738) 2024-03-19 14:51:28 +00:00