rust-dominator/README.md

16 lines
451 B
Markdown
Raw Normal View History

2018-02-21 01:33:26 -05:00
Zero-cost virtual DOM for Rust!
2018-10-30 05:06:22 -04:00
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)
2018-12-21 06:29:44 -05:00
Running the examples
====================
Just do `cargo web start --release` and then open `http://[::1]:8000` in a web browser.