Implement UUID CRC32 and byte order compatibility

This commit is contained in:
2026-08-08 22:07:19 +00:00
parent e63f2c615a
commit 28a6f54f7e
15 changed files with 1309 additions and 202 deletions

View File

@@ -9,3 +9,8 @@ description = "Core value-type shims for the MetaCrate LibreMetaverse rewrite"
[lints]
workspace = true
[dependencies]
getrandom = "0.4"
md-5 = "0.10"
uuid = { version = "1.18", features = ["v4"] }