librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
183 stars 43 forks source link

Use `ok_or_else` instead of `ok_or` in Error handling for performance #195

Closed Nicceboy closed 8 months ago

Nicceboy commented 8 months ago

Ref https://github.com/XAMPPRocky/rasn/discussions/194

XAMPPRocky commented 8 months ago

Thank you for your PR!