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

use_file: Use `std::fs::File` instead of libc and `once_cell::sync::OnceCell` instead of pthreads mutex #481

Open briansmith opened 2 weeks ago

briansmith commented 2 weeks ago

See the individual commit messages for details.