rasn icon indicating copy to clipboard operation
rasn copied to clipboard

Standards crates (`rasn-pkix`, `rasn-ocsp`, etc.) should not enable `rasn`'s default feature

Open s-arash opened this issue 2 months ago • 0 comments

The standards crates enable rasn's default feature, which can incur a significant performance penalty (due to the backtraces feature I assume). These crates should depend on rasn with default-features = false, and turn on whatever features they need individually.

s-arash avatar Apr 19 '24 21:04 s-arash