个人主页
小潘哥

小潘哥 (@pange)

  • 加入网站 680
  • 连续签到 1
  • 最高连签 1
  • 累计签到 2
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 1 小时 57 分钟
  • 本月阅读 2 小时 52 分钟
  • 累计阅读 28 小时 26 分钟
  • Rust By Example(英文)

    Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection.
  • NeDB — Node 嵌入式数据库

    NeDB 是使用 Nodejs 实现的一个 NoSQL 嵌入式数据库操作模块,可以充当内存数据库,也可以用来实现本地存储,甚至可以在浏览器中使用。查询方式比较灵活,支持使用正则、比较运算符、逻辑运算符、索引以及 JSON 深度查询等。
  • Node.js技术栈

    本文档是作者从事 Node.js Developer 以来的学习历程,旨在为大家提供一个较详细的学习教程,侧重点更倾向 于Node.js 服务端所涉及的技术栈,如果本文能为您得到帮助,请给予支持!
  • 《The Swift Programming Language》 v5.5 中文版

    中文版 Apple 官方 Swift 教程《The Swift Programming Language》
  • The rustc book

    rustc is the compiler for the Rust programming language, provided by the project itself. Compilers take your source code and produce binary code, either as a library or executable.
  • 通过例子学 Rust(201804)

    Rust 是一门注重安全(safety)、速度(speed)和并发(concurrency)的现代系统编程语言。Rust 通过内存安全来实现上述目标,但不用垃圾回收机制(Garbage collection, GC)。
  • The Rust Programming Language(Rust v1.62)

    Welcome to The Rust Programming Language, an introductory book about Rust. The Rust programming language helps you write faster, more reliable software.
  • Command Line Applications in Rust

    学习如何用 Rust 构建高效的命令行应用。
  • Rust算法题解 / Rust算法教程

    Rust作为一门现代化的系统编程语言,拥有与C/C++类似的性能,同时又能做非常底层的性能优化,因此非常适合写算法和leetcode。
  • Comprehensive Rust 🦀

    This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.