-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MAP_FIXED mode #21
Comments
I was thinking about implementing this but saw that |
Is it possible for this to be implemented in before the crate evaluation? Right now this is the only missing feature, preventing me from publishing my detour library. I've been constrained to retep998's unpublished fork of rust-mmap. As previously mentioned I could go on and try to implement this myself but I believe there are some underlying reasons as to why |
Is this something that can be added backward compatibly after 1.0? |
Yes, as I noted in #48 (comment) I think we can do this backwards compatibly post 1.0. |
Add a construction option for creating
MAP_FIXED
memory maps at a known memory location. CC #20 .The text was updated successfully, but these errors were encountered: