https://www.jetbrains.com.cn/rust/
https://yew.rs/zh-Hans/docs/getting-started/introduction
rustup target add wasm32-unknown-unknown
# note that this might take a while to install, because it compiles everything from scratch
# Trunk also provides prebuilt binaries for a number of major package managers
# See https://trunkrs.dev/#install for further details
cargo install --locked trunk
https://docs.rs/yew/latest/yew/
cargo new --bin yew-app && cd yew-app
cargo install cargo-web
cargo web start
标签:cargo,https,rs,app,Rust,install,yew
From: https://www.cnblogs.com/ukzq/p/17208972.html