Mingalaba
Venture into the shadows of code. Here, the mysteries of Rust are unraveled and the enigmas of JavaScript are decoded. For those who dare to hunt bugs, tools await in the darkness. This is not a sanctuary from boredom, but a battleground where it is defeated with knowledge and skill. Join us, and let the power of code illuminate the path.
Read the blog posts or check README for more info.
Featured
Adding Null to Rust | Implementing Option From Scratch
Posted on:December 23, 2023 at 05:57 PMExplore the depths of Rust’s type system as we add null handling capabilities by implementing the ‘Option’ enum from scratch. Discover how to elegantly handle the absence of a value and safely unwrap the ‘Option’ enum in Rust. This article provides a step-by-step guide to understanding and creating your own version of the ‘Option’ enum, complete with code examples and explanations.