Plume/plume-front
Baptiste Gelez 3fce5d6a14
Use Rust for the front-end too (#374)
Rust can compile to WASM, so let's use it for front-end code as well.

To compile the front-end:

```
cargo install cargo-web
cargo web deploy -p plume-front
```
2018-12-25 11:51:40 +01:00
..
src Use Rust for the front-end too (#374) 2018-12-25 11:51:40 +01:00
Cargo.toml Use Rust for the front-end too (#374) 2018-12-25 11:51:40 +01:00