Closed jeehoonkang closed 6 years ago
Sure thing, I'll take a look later tonight and release a version
I published a new version (0.2) with your PR.
You can also now drop "default-features=false" in your Cargo.toml, as memoffset is now always no_std.
Good day
I published a new version (0.2) with your PR.
You can also now drop "default-features=false" in your Cargo.toml, as memoffset is now always no_std.
Good day
Thanks!
Hi! First of all, thank you for maintaining this extremely useful library!
Currently,
memoffset
is used bycrossbeam-epoch
, which is a concurrency library. We Crossbeam developers aim to push it torayon
, which is a parallelism library.But
rayon
should support Rust 1.12, andmemoffset
currently doesn't. May I ask if you could merge this PR so thatmemoffset
can be compiled in Rust 1.12.1, and in turnrayon
can depend oncrossbeam-epoch
?