mt-dom 0.1.0

A library for diffing virtual dom tree and generate patches
Documentation
[package]
name = "mt-dom"
version = "0.1.0"
authors = [ "Jovansonlee Cesar <ivanceras@gmail.com>" ]
license = "MIT"
description = "A library for diffing virtual dom tree and generate patches"
repository = "https://github.com/ivanceras/sauron"
documentation = "https://docs.rs/sauron_vdom"
keywords = ["virtual", "dom", "node", "element"]
edition = "2018"

[dependencies]