On Thu Oct 30, 2025 at 8:06 PM CET, Joel Fernandes wrote: > Demonstrates usage of the clist module for iterating over > C-managed linked lists. C code creates and populates the list, > Rust code performs safe iteration using the clist abstraction.
I don't think a sample module is the correct choice for this. It makes it look a bit like this is an API intended for drivers. I think kunit tests might be a better fit.
