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

lazy: Make `LazyUsize` private. #482

Closed briansmith closed 2 weeks ago

briansmith commented 2 weeks ago

It is an implementation detail of the other Lazy* types. It isn't used outside of its own module.