bakape / brunhild

experimental compressive Rust virtual DOM library
MIT License
13 stars 0 forks source link

Allow patch() to accept both Node and Text/Element options via a public trait #7

Closed bakape closed 5 years ago

bakape commented 5 years ago

Will remove the need for heap allocating a node, if not needed.