书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 587 个相关结果.
  • 实战:Json处理

    2523 2018-02-06 《RustPrimer 中文版》
    Rust json处理 先简单的创建一个Rust项目工程 一些必要的了解 开始写代码 Rust json处理 JSON是一种比较重要的格式,尤其是现在的web开发领域,JSON相比于传统的XML更加容易操作和减小传输。 Rust中的JSON处理依赖 cargo 中的rustc-serialize模块 先简单的创建一个Rust项目工程 $...
  • 5. Refactoring Tool

    549 2020-01-06 《C2Rust Manual》
    C2Rust Refactoring Tool Usage Marks C2Rust Refactoring Tool This is a refactoring tool for Rust programs, aimed at removing unsafety fromautomatically-generated Rust code. ...
  • Rust

    958 2018-03-21 《macOS Setup Guide》
    Rust Installation Rust Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. Installation For installation it’...
  • 6.1. Built-in Targets

    360 2020-02-11 《The rustc book》
    Built-in Targets Built-in Targets rustc ships with the ability to compile to many targets automatically, wecall these "built-in" targets, and they generally correspond to targ...
  • Hello World

    Hello World 动手试一试 Hello World 这是传统的 Hello World 程序的源码。 // 这是注释内容,将会被编译器忽略掉 // 可以单击那边的按钮 "Run" 来测试这段代码 -> // 若想用键盘操作,可以使用快捷键 "Ctrl + Enter" 来运行 // 这段代码支持编辑,你可以自由地修改代码!...
  • 6.4. Rust instrumentation plugin

    510 2020-01-06 《C2Rust Manual》
    Rustc cross-checker compiler plugin Usage Cross-checker options Rustc cross-checker compiler plugin This is a simple cross-check inserter for Rust code that is implemented as...
  • 2. Command-line arguments

    948 2020-02-11 《The rustc book》
    Command-line arguments -h/—help: get help —cfg: configure the compilation environment -L: add a directory to the library search path -l: link the generated crate to a native lib...
  • Let’s Start Simple

    Let’s Start Simple Compiling our code Let’s Start Simple The usual introduction to any language is “Hello, World!”. A simple program that prints that message out to the consol...
  • 1.4. Installation

    Installing the tools Rust Toolchain cargo-binutils OS-Specific Instructions Installing the tools This page contains OS-agnostic installation instructions for a few of the to...
  • 1.4. Installation

    Installing the tools Rust Toolchain cargo-binutils cargo-generate OS-Specific Instructions Installing the tools This page contains OS-agnostic installation instructions for...