CS Notes

Recent writing

  • Fermi Problem

    Sep 09, 2025

    • math
  • Prometheus On Macos

    Sep 07, 2025

    • devops
    • binance
  • MMU

    Sep 03, 2025

    • OS

See 643 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

Rust

❯

Rust

Rust

33 words, 1 min read
Last updated on Feb 22, 2024
🌟 Edit This Page!   🗓️ History

  • rust
Xinyang YU

Abstract


  • General-purpose languages that focuses on performance, Type Safety and Concurrency (并发)
  • Syntax is similar to C
  • Heavily influenced by concepts from Functional Programming like OCamel and Haskell Language
  • Rust Tooling

Mentioned by

  • File System Hierarchy
  • Garbage Collector
  • Segmentation Fault
  • Process (进程)
  • Expression
  • Immutability
  • Rust Ownership
  • Package Manager

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub