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
61 stars 17 forks source link

implement test cases for splitting #22

Closed StephanvanSchaik closed 1 year ago

StephanvanSchaik commented 1 year ago

This PR extends PR #20 by introducing test cases for Mmap::split_off() and Mmap::split_to().