书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 591 个相关结果.
  • 1.2. Hello, World!

    Hello, World! Creating a Project Directory Writing and Running a Rust Program Anatomy of a Rust Program Compiling and Running Are Separate Steps Hello, World! Now that you’...
  • Documentation

    Documentation Documentation Doc comments are very useful for big projects that require documentation. Whenrunning Rustdoc , these are the comments that get compiled intodocumen...
  • 1.4. 安装

    安装工具 Rust 工具链 cargo-binutils cargo-generate 特定于操作系统的指令 安装工具 这一页包含的工具安装指令与操作系统无关: Rust 工具链 跟着https://rustup.rs 的指令安装rustup。 注意 确保你的编译器版本等于或者大于1.31 版本。rustc -V 应该返回一个比下列...
  • 14. Community & Contributing

    Community & Contributing CIS 198 Lecture 14 Contributing to Rust Contributing to Rust Etiquette Fork-Pull Request Model RFCs Resources Rust Community Projects Servo Piston...
  • 文档

    文档 文档 文档注释对于需要文档的大型项目来说非常重要。当运行 Rustdoc ,这些注释就会编译成文档。它们使用 /// 标记,并支持 Markdown 。 #![crate_name = "doc"] /// 这里给出一个人类 pub struct Person { /// 一个人必须有名字,不管 Jul...
  • 4.1.7. fix

    cargo fix NAME SYNOPSIS DESCRIPTION OPTIONS Fix options Package Selection Target Selection Feature Selection Compilation Options Output Options Display Options Manifest O...
  • Mac

    1527 2018-02-06 《RustPrimer 中文版》
    Rust for Mac OS 1、直接下载安装包: 2、命令行一键安装: 3.验证安装: Rust for Mac OS Rust 支持主流的操作系统,Linux,Mac 和 windows。 Rust 为 mac 用户提供了两种安装方式: 1、直接下载安装包: 直接下载安装包的话需要检查一下你当前操作系统是64位还是32位,分别下载...
  • 4.1.2. build

    cargo build NAME SYNOPSIS DESCRIPTION OPTIONS Package Selection Target Selection Feature Selection Compilation Options Output Options Display Options Manifest Options Com...
  • 4.1.5. doc

    cargo doc NAME SYNOPSIS DESCRIPTION OPTIONS Documentation Options Package Selection Target Selection Feature Selection Compilation Options Output Options Display Options ...