rust-random / getrandom

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

MSRV 1.59: Remove libc requirement for x86_64-*-linux-none #461

Open briansmith opened 3 months ago

briansmith commented 3 months ago

Since the current implementation already doesn't work in MSAN (on Linux), we don't have to block this on MSAN support.