dominator 0.4.0

Zero cost virtual DOM library using FRP signals
dominator-0.4.0 doesn't have any documentation.

Zero-cost virtual DOM for Rust!

Status

It is generally feature complete, though more convenience methods might be added over time.

It is relatively stable: breaking changes are rare, and are handled with the normal semver system.

You must use the Nightly Rust compiler (because it is needed for futures 0.3)

Running the examples

Just do cargo web start --release and then open http://[::1]:8000 in a web browser.