首页 > 其他分享 >Rust 3

Rust 3

时间:2023-03-12 20:23:16浏览次数:43  
标签:cargo https rs app Rust install yew

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

相关文章