Go to file
Pauan bc724f825b Set theme jekyll-theme-merlot 2018-03-18 05:58:29 -10:00
examples Fixing some things with the examples 2018-03-17 03:38:01 -10:00
src Changing Timestamps to use thread_local + Rc + RefCell rather than Arc + Mutex 2018-03-17 01:17:06 -10:00
.gitignore Adding in DomChildren implementation for Signal 2018-02-20 22:08:36 -10:00
Cargo.toml Adding in working animations 2018-03-15 00:54:18 -10:00
LICENSE Initial commit 2018-02-20 20:33:26 -10:00
README.md Splitting signals into a separate Git repo 2018-03-08 13:46:00 -10:00
_config.yml Set theme jekyll-theme-merlot 2018-03-18 05:58:29 -10:00

README.md

Zero-cost virtual DOM for Rust!

This crate is super unstable! Don't use it to build anything serious, there will be breaking changes!