Explore >> Select a destination


You are here

darkcoding.net
| | blog.kylehuey.com
2.7 parsecs away

Travel
| | Today I published lazy-init, a Rust crate that scratches an itch I've had for a while. lazy-init is designed for when: you want to do some work (a computation, disk I/O, etc) lazily, the product of...
| | swatinem.de
2.8 parsecs away

Travel
| |
| | wwwtech.de
2.5 parsecs away

Travel
| | [AI summary] A user shares their experience learning Rust, a systems programming language, by building a parallel file search tool and praising its safety features, type system, and documentation while critiquing some API usability.
| | mrcat.au
17.8 parsecs away

Travel
| I've started learning Zig, a new programming language in the same problem space as C, and it has some features I really like. While it's not memory-safe in the Rust way, it has a lot of compile time and runtime checks to prevent common footguns. It has packed structs and variable-width integers to allow for easy parsing of bitpacked binary formats. Its comptime metaprogramming capabilities are spectacular. And it even interoperates seamlessly with C!