Implementation of the Elm architecture in Rust
Switch branches/tags
Clone or download
Latest commit de651e9 Nov 22, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples Add more licenses and fix counter example Nov 14, 2018
willow Add more licenses and fix counter example Nov 14, 2018
.gitignore Initial commit Oct 28, 2018
Cargo.lock Adding from todomvc to localstorage Nov 7, 2018
Cargo.toml Rename ded to willow Nov 7, 2018
LICENSE-APACHE License Nov 14, 2018
LICENSE-MIT License Nov 14, 2018
README.md Fix readme (#4) Nov 22, 2018

README.md

Willow

Willow is an experiment to see if it is possible to create a "elm-like" API using Rust.

Demo / Examples

Quickstart

cd examples/counter/

# See https://github.com/rustwasm/wasm-pack/issues/252
ln -s ../../target target
cargo install wasm-pack
wasm-pack build

cd www/
yarn
yarn start

Backstory

See my blogpost for the how and why I built this.

License

Licensed under either of these:

Contributing

Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.