On Wed, 25 Feb 2026 17:09:22 +0900, Alexandre Courbot wrote: > On Wed Feb 25, 2026 at 7:27 AM JST, Joel Fernandes wrote: >> Add a new module `clist` for working with C's doubly circular linked >> lists. Provide low-level iteration over list nodes.
<snip> > + // SAFETY: `item_ptr` calculation from `OFFSET` (calculated using > offset_of!) > > `item_ptr` does not exist. Good catch, thanks! Fixed. -- Joel Fernandes
