backtrace-rs icon indicating copy to clipboard operation
backtrace-rs copied to clipboard

Document mmap safety

Open CraftSpider opened this issue 1 year ago • 0 comments

Supercedes #667

Document safety preconditions and reasoning for why they're followed. I'd like to push the unsafety down another level, or just remove the mmap function (make Mmap a common type with sys impls for the platform-specific bits), but those both are a lot more work.

CraftSpider avatar Sep 22 '24 03:09 CraftSpider