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 mapping memory #15

Closed StephanvanSchaik closed 1 year ago

StephanvanSchaik commented 1 year ago

This project currently lacks some test cases to ensure everything behaves correctly. This PR implements a few basic tests for mapping memory.