| Filename | Latest commit message | Latest commit date |
|---|---|---|
This way we don't need to reimplement PartialEq for Element. It's also way easier to get an attribute by name as we don't need to iterate over every attribute to see if it exists. The only side effect is that now, in the Debug output, attributes are automatically sorted by names instead of being sorted by insertion order. Fixes #4 |
||
| .. | ||
| convert.rs | ||
| element.rs | ||
| error.rs | ||
| lib.rs | ||
| tests.rs | ||