Rust on the client (800 loc / no dependencies)(github.com)
github.com
Rust on the client (800 loc / no dependencies)
https://github.com/LiveDuo/tinyweb
1 comments
Hey, had been working on these last few months. It's a way to build web apps with Rust's type safety without depending on complex build systems (only cargo). It's less than 800 lines of code total, has no dependencies but supports routing, reactivity and async that I needed to build meaningful web apps with it