书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 4390 个相关结果.
  • Client drivers

    Client drivers Java Python Ruby C# / .NET Nodejs PHP C++ Scala Clojure Erlang Go Haskell Rust Perl Elixir Dart Client drivers Here are known Cassandra client dri...
  • 高级特征

    高级特征 高级特征 ch19-00-advanced-features.md commit 9f03d42e2f47871fe813496b9324548ef4457862 我们已经走得很远了!现在我们已经学习了 99% 的编写 Rust 时需要了解的内容。在第二十章开始另一个新项目之前,让我们聊聊你可能会遇到的最后 1% 的内容。当你不经意...
  • 类型转换

    类型转换 原文链接:https://doc.rust-lang.org/nomicon/conversions.html 类型转换 到目前为止,我们的程序还是一堆散乱的字节,而类型系统拍马赶到教给我们如何正确使用这些字节。将字节翻译成有意义的类型,这件事有两个主要问题:将完全相同的一组字节解析成不同的类型,以及让不同的字节在不同的类型中有相同的含...
  • 7.6. libxml2

    562 2020-01-06 《C2Rust Manual》
    libxml2 Checking out the libxml2 sources Create a Makefile Create a compile_commands.json Generate Rust Code Fix Known Translation Issues Run Libxml2 C Tests Outstanding Test...
  • 15.2. Treating Smart Pointers Like Regular References with the Deref Trait

    Treating Smart Pointers Like Regular References with the Deref Trait Following the Pointer to the Value with the Dereference Operator Using Box<T> Like a Reference Defining O...
  • 全局分配符

    全局分配符 全局分配符 分配器是 Rust 中的程序在运行时从系统获取内存的方式。以前,Rust 不允许改变获取内存的方式,这阻止了一些用例。 在某些平台上,这意味着在其他平台上使用 jemalloc,系统分配器,但用户无法控制此关键组件。 在1.28中,#[global_allocator] 属性现在是稳定的,它允许 Rust 程序将它们的...
  • JS with RS

    JS with RS wasm-bindgen web-sys JS with RS Yew centrally operates on the idea of keeping everything that a reusable piece of UI may need in one place - rust files, while also...
  • 7.7. snudown

    465 2020-01-06 《C2Rust Manual》
    Snudown Snudown To build snudown with the C2Rust translator and/or cross-checks, initialize the git submodule by running git submodule update —init path/to/repo . Make sure to...