|
|
|
|
|
by colejohnson66
1913 days ago
|
|
> then keep in mind that some users are very adamant about using unsafe-free crates Couldn’t you just put the use of unsafe as a default and add a feature flag to force the safe (but slower) behavior. Then you get the best of both worlds: those who don’t care get performance for “free”, while those who care can force it when they want. |
|