overhauling the library, made tests pass
This commit is contained in:
parent
5da36ecdf4
commit
7c04aff416
7 changed files with 774 additions and 617 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue