Implement UUID CRC32 and byte order compatibility
This commit is contained in:
@@ -48,5 +48,13 @@ verifies the catalog against the pinned adjacent LibreMetaverse checkout without
|
||||
overwriting those files.
|
||||
|
||||
Running `cargo test --workspace` is intentionally red during the shim stage.
|
||||
|
||||
## Native implementation progress
|
||||
|
||||
Milestone 04 implementation has begun. `libremetaverse-types` now provides
|
||||
native UUID, incremental CRC-32, and little-endian floating-point byte helpers.
|
||||
UUID protocol bytes use explicit network order while `compat::Guid` conversions
|
||||
preserve the mixed-endian .NET byte-array layout. The remaining Types surfaces
|
||||
stay visibly failure-only until their owning milestone issues are completed.
|
||||
The controlled audit aggregates every expected failure by standardized C#
|
||||
member ID and rejects unrelated fixture, assertion, compile, or symbol errors.
|
||||
|
||||
Reference in New Issue
Block a user