SeqDiff - Diff between two general sequences for Rust and Python - tamuhey/seqdiff... (more…)
Read more »
This post makes extensive use of math symbols, and uses MathJax.js to render them, therefore I recommend enabling JavaScript. (more…)
Read more »
To write a fast port scanner, a programming language requires:
A Good I/O model, not to eat all the resources of the system. High-level abstractions and a good packaging system to isolate low-level code and reuse it easily. To be type and memory safe, be... (more…)
Read more »
Distributed tracing is critical for understanding modern microservice architectures. While tokio-rs/tracing is widely used in Rust, it comes with significant challenges: ecosystem fragmentation, complex configuration, and high overhead. (more…)
Read more »
Closures in Rust are powerful and flexible, building on traits, generics and ownership.
(more…)
Read more »