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
It works correctly with the inner method from_base64, I assume it's because of using serde_json::to_vec and serde_json::from_slice implicitly in to_base64 and from_base64.
I don't know if it does that on purpose and make sense for internal usage. But because it's a public API I think It'd be better to be usable from other crates.
The text was updated successfully, but these errors were encountered:
Code to reproduce:
Expected output:
Actual output:
It works correctly with the inner method
from_base64
, I assume it's because of usingserde_json::to_vec
andserde_json::from_slice
implicitly into_base64
andfrom_base64
.I don't know if it does that on purpose and make sense for internal usage. But because it's a public API I think It'd be better to be usable from other crates.
The text was updated successfully, but these errors were encountered: