rust-random / getrandom

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

No-panic check tracking issue #516

Closed newpavlov closed 2 weeks ago

newpavlov commented 1 month ago

CI jobs responsible for no-panic checks are configures in nopanic.yaml. Ideally, we should check all our backends. Below is a list of existing backends divided into 3 categories.

No-panic check can be implemented:

Unclear how to implement nopanic check:

No-panic check probably can not be implemented:

newpavlov commented 2 weeks ago

Closing this issue since the most important backends are covered and we do not have a clear path forward for the remaining ones.