Shredder: Garbage Collection as a Library for Rust

I’m excited to announce shredder, a library for Rust that provides a garbage collected smart pointer, Gc. This smart pointer is useful in the same sorts of situations as Rc, but can handle reference cycles. It’s available on crates.io and Github. Here’s h… Read more

Similar

Rust alternatives to Top

Recently I aliased top to ytop. Then I became aware of bottom, and zenith. These are all terminal based system monitoring tools that you might use instead of top. In this post I set out to compare them. (more…)

Read more »