No files found.
+3 −0
Cargo.toml
Cargo.toml
+16 −0
Cargo.toml
dom_sink/Cargo.toml
+1 −1
common.rs/{ → }
{src/sink → dom_sink/src}/common.rs
+25 −0
lib.rs
dom_sink/src/lib.rs
+9 −9
owned_dom.rs/{ → }
{src/sink → dom_sink/src}/owned_dom.rs
+18 −12
rcdom.rs/{ → }
{src/sink → dom_sink/src}/rcdom.rs
+2 −1
html2html.rs
examples/html2html.rs
+3 −2
print-rcdom.rs
examples/print-rcdom.rs
+1 −8
lib.rs
src/lib.rs
+2 −1
serializer.rs
tests/serializer.rs
+3 −2
tree_builder.rs
tests/tree_builder.rs