ruwuma/crates/ruma-html/tests/it
Kévin Commaille 88f56b0e00 html: Upgrade html5ever
Requires a complete change of the HTML tree, to have interior mutability
and be able to return borrowed data from a Handle.
It is now a Rc-based tree where each node has a weak reference to
its parent and strong references to its children.

This results ina few breaking changes to the public API.
2024-09-07 09:56:02 +02:00
..
html html: Upgrade html5ever 2024-09-07 09:56:02 +02:00
helpers.rs html: Expose sanitize API on Html 2023-08-29 11:19:48 +02:00
html.rs html: Add HTML data types for elements and attributes suggested by Matrix Spec 2024-05-06 14:56:53 +02:00
main.rs html: Expose sanitize API on Html 2023-08-29 11:19:48 +02:00