摘要: 开始 cargo loco start 获取routes cargo loco routes 增加一个 controller $ cargo loco generate controller guide --api added: "src/controllers/guide.rs" injected 阅读全文
posted @ 2025-02-05 22:01 CrossPython 阅读(18) 评论(0) 推荐(0)
摘要: 打开终端,编辑~/.bash_profile或~/.zshrc文件(取决于您使用的Shell)。 添加以下内容来配置Rustup的镜像源。这里以阿里云镜像为例: export RUSTUP_UPDATE_ROOT=https://mirrors.aliyun.com/rustup/rustup ex 阅读全文
posted @ 2025-02-05 16:58 CrossPython 阅读(295) 评论(0) 推荐(0)