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
We currently keep the hashes as String, but it would be nice for type safety to deserialize them into proper types. We have the rattler_digest::Sha256Hash and Md5Hash now that serve this purpose in PathsJson.
The text was updated successfully, but these errors were encountered:
We currently keep the hashes as
String
, but it would be nice for type safety to deserialize them into proper types. We have therattler_digest::Sha256Hash
andMd5Hash
now that serve this purpose inPathsJson
.The text was updated successfully, but these errors were encountered: