dominator 0.4.1

Zero cost declarative DOM library using FRP signals
docs.rs failed to build dominator-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: dominator-0.5.34

Zero cost declarative DOM library using FRP signals 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.