David Garden

Recent Blogs

  • CPP standard networking proposal(execution)

    May 13, 2025

  • c++ reflection(introspection) and code generation

    Apr 10, 2025

  • code reuse in work with using type erasure

    Mar 21, 2025

  • Hazard Pointer

    Feb 12, 2025

See 65 more →

Recent Notes

  • C/R introduction

    Mar 17, 2025

  • about CUDA

    Mar 04, 2025

See 29 more →

Home

❯

All Blogs

❯

Rust FAQ collection

Rust FAQ collection

Jun 18, 20211 min read

module system

  • Clear explanation of Rust’s module system
  • Cargo Package Layout
  • Rust modules confusion when there is main.rs and lib.rs
  • Path clarity
  • Mentally Modelling Modules

Link&lib&compile

  • Rust中的 bin, lib, rlib, a, so概念介绍
  • Rust reference linkage
  • Overview of the Compiler
  • https://users.rust-lang.org/t/the-big-picture-of-compilation-in-rust/6380/3

collection

  • Why we need Cell

random

  • https://rust-random.github.io/book/crates-gen.html?highlight=xoshiro#deterministic-generators
  • chacha algorithm
  • xoroshiro
  • 随机测试

Graph View

Backlinks

  • No backlinks found
  • module system
  • Link&lib&compile
  • collection
  • random

Created with Quartz v4.4.0 © 2025

  • GitHub