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
This commit does the following renaming:
- `DatumToEncDatumEx` -> `DatumToEncDatum`
- `DatumToEncDatum` -> `DatumToEncDatumUnsafe`.
The goal is to encourage usage of safer version which requires explicit
error handling (as opposed to panicking). The main use case (apart from
tests) for the unsafe version has been documented.
Release note: None
0 commit comments