Awesome
Reference-counted Shared Pointer for Zig
This is an implementation of (both atomically and non-atomically) reference-counted shared pointer for Zig. It's somewhat similar to Rust's Rc and Arc as well as C++'s shared_ptr.
It's in early stages of development and is not proven to be correct or feature-complete. Let's call it a prototype.