You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #195, we added a TryFrom<u32> for rustls_error by way of a derive macro in the num_enum package. It would be nice not to need the extra dependency, though. We should investigate ways to do this transformation ourselves, in a way that ensures we cover all numeric codes and match them to the correct enum variant.
The text was updated successfully, but these errors were encountered:
In #195, we added a
TryFrom<u32>
for rustls_error by way of a derive macro in the num_enum package. It would be nice not to need the extra dependency, though. We should investigate ways to do this transformation ourselves, in a way that ensures we cover all numeric codes and match them to the correct enum variant.The text was updated successfully, but these errors were encountered: