The Servo Book - 0.0.1you have any questions. Everyone is welcome!Getting Servo You can download the latest prebuilt version of servoshell from the Downloads section on our website. Older nightly releases are available in release. 2. Create a pull request that increases the version number in the repository, being careful to keep track of what component of the version should increase since the last release. This means that breaking changes. 3. In the pull request ask that a new version be released. The person landing the change has the responsibility to publish the new version or explain why it cannot be published with the landing0 码力 | 107 页 | 2.48 MB | 3 天前3
Rust 程序设计语言 简体中文版 1.85.0PowerShell 的命令。如果存在特定差异,我 们会解释使用哪一个。 故障排除(Troubleshooting) 要检查是否正确安装了 Rust,打开命令行并输入: $ rustc --version 你应该可以看到按照以下格式显示的最新稳定版本的版本号、对应的 Commit Hash 和 Commit 日期: rustc x.y.z (abcabcabc yyyy-mm-dd) 如果看到了这样的信息,就说明 如果你更熟悉动态语言,如 Ruby、Python 或 JavaScript,则可能不习惯将编译和运行分为两 个单独的步骤。Rust 是一种 预编译静态类型(ahead-of-time compiled)语言,这意味着你可 以编译程序,并将可执行文件送给其他人,他们甚至不需要安装 Rust 就可以运行。如果你给 他人一个 .rb、.py 或 .js 文件,他们需要先分别安装 Ruby,Python,JavaScript Cargo,本书接下来的部分假设你也使用 Cargo。如果使用 “安 装” 部分介绍的官方安装包的话,则自带了 Cargo。如果通过其他方式安装的话,可以在终端 输入如下命令检查是否安装了 Cargo: $ cargo --version 如果你看到了版本号,说明已安装!如果看到类似 command not found 的错误,你应该查看相 应安装文档以确定如何单独安装 Cargo。 使用 Cargo 创建项目 我们使用 Cargo0 码力 | 562 页 | 3.23 MB | 1 月前3
共 2 条
- 1













