作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试从 here 构建示例包但遗憾的是我收到以下错误:
error: Couldn't find package std in any of the workspaces in the RUST_PATH (C:\U sers\User\Desktop\test\hello.rust:C:\Users\User\Desktop\test\hello:C:\Users\Use r.rust)
现在很明显 RUST_PATH 存在一些问题,但我有点无法找到有关它的文档。
注意:我使用的是 Windows 8 64 位和 Rust 0.8
最佳答案
Rustpkg 已从基本库中删除并移至 librustpkg
。
还有类似 Makefile 的选择或 CMake ,但我假设它使用的是首选版本 cargo-lite .
我的建议是看看 Rust-CI 中使用你最喜欢的包管理器的项目,然后无耻地复制它的构建。
更新:新的 Rust 包管理器已经发布。它叫做 Cargo
。我们将看看结果如何,但这可能是 future 的默认设置。
关于Rustpkg 无法构建包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20817492/
我尝试从 here 构建示例包但遗憾的是我收到以下错误: error: Couldn't find package std in any of the workspaces in the RUST_P
我是一名优秀的程序员,十分优秀!