mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
html5ever now uses the Tendril string type to minimize copying internally, but Servo still converts from/to `String` at the boundary (which involves copying).