|
|
|
|
|
by alkonaut
637 days ago
|
|
Is there a known ratio of crates that use unsafe to ones that don't? It feels like most nontrivial crates would often need some unsafe. But a system like this might create a scenario where crates offload some of their unsafe code into separate crates so they need updating less frequently (Much like the blah-sys versus blah crates). |
|
As a frequent contributor to a number of crates, this isn‘t really true. Also, most popular crates actively deny use of unsafe.