WUFFS
WUFFS
Posted Aug 16, 2024 19:12 UTC (Fri) by mathstuf (subscriber, #69389)In reply to: WUFFS by mb
Parent article: Standards for use of unsafe Rust in the kernel
I think that Claim[1] looks ok. It makes a different cut to help understand "cheap to Clone" because `Rc::clone` is (almost certainly) cheaper than `[u8; 16536]` despite the latter being `Copy`.
[1] https://smallcultfollowing.com/babysteps/blog/2024/06/21/...
