StephanvanSchaik / mmap-rs

A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.
Apache License 2.0
59 stars 17 forks source link

add test case for copy-on-write #32

Closed StephanvanSchaik closed 1 year ago

StephanvanSchaik commented 1 year ago

Add a test case for mapping files as copy-on-write.