Go to file
Pauan 08f0c85940 Adding in Url and routing 2018-11-01 01:40:31 -10:00
examples Adding in Url and routing 2018-11-01 01:40:31 -10:00
src Adding in Url and routing 2018-11-01 01:40:31 -10:00
.gitignore Updating to the latest rust-signals changes 2018-07-22 10:01:48 -10:00
Cargo.lock Adding in Url and routing 2018-11-01 01:40:31 -10:00
Cargo.toml Version 0.3.2 2018-10-29 23:06:34 -10:00
LICENSE Initial commit 2018-02-20 20:33:26 -10:00
README.md Adding in apply and apply_if methods 2018-10-29 23:06:22 -10:00
Web.toml Adding in OnTimestampDiff 2018-07-13 12:26:45 -10:00

README.md

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)