cedar-0.1.1 doesn't have any documentation.
cedar :evergreen_tree:
cedar is a functional-reactive framework.
Status: cedar is in the alpha stage - not yet ready for prime-time.
Usage
Add cedar to your project via cargo.
Creating buttons & reactive text :rocket:
extern crate cedar;
use dom;
use Builder;
type Model = i32;
Design
A cedar application is composed of a model, update, and view. TODO: expand on this....
Credits
Inspired by:
cedar is Copyright © Tom Schroeder j.tom.schroeder@gmail.com and released under MIT license.