rust-random / getrandom

A small cross-platform library for retrieving random data from (operating) system source
Apache License 2.0
264 stars 166 forks source link

Investigate removing fallback logic for Solaris/Illumos #413

Closed josephlr closed 2 months ago

josephlr commented 2 months ago

I filed https://github.com/rust-lang/rust/issues/124549 to see what the minimum version of Illumos/Solaris is for Rust. If we get clarification on this, we can remove the file-based fallback code for these targets.

josephlr commented 2 months ago

From the looks of that discussion, we should be good to remove the fallback code for Solaris and Illumos