mt-dom

Crates.iomt-dom
lib.rsmt-dom
version0.59.2
created_at2020-07-16 04:30:48.633064+00
updated_at2024-02-20 22:43:55.679452+00
descriptionA library for generating patches as a result diffing virtual DOM tree
homepage
repositoryhttps://github.com/ivanceras/mt-dom
max_upload_size
id265657
size206,846
Jovansonlee Cesar (ivanceras)

documentation

https://docs.rs/mt-dom

README

mt-dom

mt-dom is a generic virtual dom implementation which doesn't specify the types of the data that is being processed. It's up to the library user to specify those types

The goal of this library is to provide virtual dom diffing functionality and return a portable patches which the user can then use to apply those patches in their respective UI elements.

mt-dom is not limited to be used in html base virtual-dom implementation, but can also be use for native UI elements.

License: MIT

Commit count: 360

cargo fmt