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

this crate rust minimum version should be >1.67 #37

Closed king54346 closed 8 months ago

king54346 commented 1 year ago

i use 1.61 version , find ilog2 function is not exist,this function was stabilized in 1.67

StephanvanSchaik commented 8 months ago

mmap-rs has rustc 1.67 as the MSRV since mmap-rs 0.6.1.