Jump to content

Main public logs

Combined display of all available logs of JOHNWICK. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:35, 22 November 2025 PC talk contribs created page Interior Mutability in Rust (Created page with "In this article, I will talk about what Interior mutability in Rust is and where its needed with some practical examples and how it can be implemented. Interior mutability is a design pattern in Rust that allows you to mutate data even when there are immutable references to that data. This sounds a bit counter-intuititve to the whole Rust ownership and borrow philosophy. But there are practical use cases where such an implementation is required and we will explore them...")