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

    Hello, World! 创建项目目录 编写并运行 Rust 程序 分析 Rust 程序 编译和运行是彼此独立的步骤 Hello, Cargo! 使用 Cargo 创建项目 构建并运行 Cargo 项目 发布(release)构建 把 Cargo 当作习惯 Hello, World! ch01-02-hello-world.md...
  • 服务发现

    服务发现 Dubbo Rust服务发现简介 高效地址推送实现 配置方式 服务发现 服务发现 Dubbo Rust服务发现简介 Dubbo Rust提供的是一种 Client-Based 的服务发现机制,依赖第三方注册中心组件来协调服务发现过程,支持的注册中心: Nacos、Zookeeper 以下是 Dubbo Rust服务发现机制的基本工...
  • 7.1. json-c

    689 2020-01-06 《C2Rust Manual》
    json-c library Translating json-c Running tests json-c library Translating json-c # in examples/json-c/repo: ../ configure # use the custom c2rust configure script ...
  • 移除 runtime 依赖

    移除 runtime 依赖 移除 runtime 依赖 代码 对于大多数语言,他们都使用了 运行时系统(runtime system) ,这导致 main 并不是他们执行的第一个函数。 以 Rust 语言为例:一个典型的链接了标准库的 Rust 程序会首先跳转到 C runtime library 中的 crt0(C runtime zer...
  • Introduction

    Project Setup Overview Installing Rust Install WebAssembly target Install Trunk Summary Project Setup Overview Your local development environment will need a couple of too...
  • FFI

    外部函数接口(FFI) 介绍 关于libc的说明 调用外部函数 创建安全接口 析构函数 C代码到Rust函数的回调 将Rust对象作为回调 异步回调 链接 非安全代码块 访问外部全局变量 外部调用规范 与外部代码互用性 可变函数 空指针优化 C调用Rust FFI和panic 表示不透明结构体 原文链接:https:/...
  • Virtual Destructors

    Virtual Destructors How Rust helps Virtual Destructors C++ allows classes to inherit from other classes. In some cases, such as this example, this can lead to memory leaks: ...
  • 编写用户程序

    编写用户程序 创建用户程序模板 建立最小 Runtime 系统 访问系统调用 格式化输出 语义项支持 形成 runtime lib 应用程序模板 Hello World 应用程序 编写用户程序 代码 本节的工作很类似第一章第四节移除 runtime 依赖 的工作,但区别是,第一章第四节移除 runtime 依赖 是要完全移除...
  • 3.16.6. cdylib crates for C interoperability

    cdylib crates for C interoperability cdylib crates for C interoperability for rustc for cargo If you're producing a library that you intend to be used from C (or anotherl...