Go to file
Pauan 51307a0115 Version 0.4.4 2019-04-29 02:31:09 +02:00
examples/stdweb Updating to work with latest Nightly 2019-04-29 02:30:55 +02:00
src Updating to work with latest Nightly 2019-04-29 02:30:55 +02:00
.gitignore Updating to the latest rust-signals changes 2018-07-22 10:01:48 -10:00
Cargo.lock Updating to work with latest Nightly 2019-04-29 02:30:55 +02:00
Cargo.toml Version 0.4.4 2019-04-29 02:31:09 +02:00
LICENSE Initial commit 2018-02-20 20:33:26 -10:00
README.md Fixing to work with latest nightly 2019-01-08 11:14:15 +01:00
Web.toml Adding in OnTimestampDiff 2018-07-13 12:26:45 -10:00

README.md

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.