API shims: Types and StructuredData assemblies #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Implement every callable public signature from LibreMetaverse.Types and LibreMetaverse.StructuredData with final Rust-facing types and standardized failing bodies.
Deliverables
Validation
cargo check -p libremetaverse-types -p libremetaverse-structured-data --all-targets.cargo docresolves all public signatures without broken links or inaccessible types.Prerequisite
Stage 0 project setup is complete. Do not implement production behavior in this milestone.
Project constraints
Implemented and verified in commit
0a2e7dd.Implementation:
Review against the issue:
Passing tests and gates: