Rust 每周日志:Tracing、Observability 与 Cryptographic Hashes
发布: (2025年12月26日 GMT+8 21:45)
1 min read
原文: Dev.to
Source: Dev.to
📡 RustPulse
我使用 Jaeger 实现了 OpenTelemetry 跟踪的第一阶段。这为真实的 Rust 系统中的结构化、端到端可观测性奠定了基础。
https://github.com/VinEckSie/rustpulse
🔐 Sealed in Rust
一个关于密码学哈希函数的新章节已上线,涵盖 SHA‑2、BLAKE3 以及超出基础的设计权衡。
https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-02-crypto-hashes.html