overhauling the library, made tests pass

This commit is contained in:
lumi 2017-03-08 20:34:17 +01:00
commit 7c04aff416
7 changed files with 774 additions and 617 deletions

View file

@ -1,3 +1,5 @@
//! Provides an `Attribute` type which represents an attribute in an XML document.
use xml::escape::escape_str_attribute;
use std::fmt;