Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.
cargo add leptos
[dependencies]
leptos = "0.9.0-alpha"
| 官网 | https://leptos.dev/ |
|---|---|
| 仓库 | https://github.com/leptos-rs/leptos |
| 最新版本 | 0.9.0-alpha |