Rust trial: port interface to Sycamore

Now we have a reactive web app written entirely in Rust. The Trunk build
tool compiles it to WebAssembly and generates a little JavaScript glue.
This commit is contained in:
Aaron Fenyes 2024-07-29 05:30:16 -07:00
parent 12abef4076
commit 42bdfabd91
10 changed files with 178 additions and 220 deletions

2
lang-trials/rust/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
target/*
dist/*