~
v1.0.0 Alpha

def init():Welcome to my blog

Sharing thoughts on technology, development, and life. Building the future in binary, one line of code at a time.

guest@blog: ~
~neofetch
OS:KyberForm Web
Shell:Zsh 5.9
Uptime:Dreaming...
Packages:Next.js, React, Rust
memory:
~
~/Featured Posts
latest__drop.mdx

Cell<T>与RefCell<T>

在 Rust 中,`Cell` 和 `RefCell` 都是标准库提供的工具,用于实现一个非常核心的“反叛”概念:**内部可变性(Interior Mutability)**。 按照 Rust 的基本死规矩:如果你只拥有一个数据的不可变引用(`&T`),你就绝对不能修改它。但在实际开发中,我们偶尔...

Rust
cd ./read