kuchiki-rs / kuchiki

(朽木) HTML/XML tree manipulation library for Rust
MIT License
470 stars 54 forks source link

Change Attributes to a BTreeMap #41

Closed dfrankland closed 6 years ago

dfrankland commented 6 years ago

This change makes serialization deterministic, making testing of the resulting string possible.

This is essentially the same as #40, but is probably the correct way to do it.

SimonSapin commented 6 years ago

Looks good, thanks!