• Joined on 2026-02-16
hugo pushed to main at hugo/MetaCrate 2026-08-08 10:05:07 +00:00
e2889d758d Correct MetaCrate license attribution
hugo closed issue hugo/MetaCrate#6 2026-08-08 10:03:40 +00:00
API shims: Imaging, PrimMesher, and rendering assemblies
hugo commented on issue hugo/MetaCrate#6 2026-08-08 10:03:36 +00:00
API shims: Imaging, PrimMesher, and rendering assemblies

Implemented and pushed in commit 8ca986d. Generated the complete failure-only Rust signature surface for LibreMetaverse.Imaging.Abstractions, LibreMetaverse.Imaging.Skia, LibreMetaverse.PrimMesher,…

hugo pushed to main at hugo/MetaCrate 2026-08-08 10:03:25 +00:00
8ca986dbd3 Generate imaging and rendering API shims
hugo closed issue hugo/MetaCrate#5 2026-08-08 09:56:40 +00:00
API shims: Types and StructuredData assemblies
hugo commented on issue hugo/MetaCrate#5 2026-08-08 09:56:36 +00:00
API shims: Types and StructuredData assemblies

Implemented and verified in commit 0a2e7dd.

Implementation:

  • Added deterministic metadata-driven callable shim generation for LibreMetaverse.Types and LibreMetaverse.StructuredData.
  • Emitted…
hugo pushed to main at hugo/MetaCrate 2026-08-08 09:56:20 +00:00
0a2e7dd057 Generate Types and StructuredData API shims
hugo opened issue hugo/MetaCrate#108 2026-08-08 09:51:51 +00:00
LICENSE.md references LibreMetaverse, but the project name is MetaCrate
hugo closed issue hugo/MetaCrate#4 2026-08-08 09:45:13 +00:00
Shim infrastructure: standardize unimplemented API failures
hugo commented on issue hugo/MetaCrate#4 2026-08-08 09:45:10 +00:00
Shim infrastructure: standardize unimplemented API failures

Implemented and verified in commit d3f5e27.

Implementation:

  • Added libremetaverse_types::NotImplemented with stable C# member-ID storage, accessor, Display, std::error::Error, and the generic…
hugo pushed to main at hugo/MetaCrate 2026-08-08 09:44:57 +00:00
d3f5e27f52 Standardize unimplemented API failures
hugo closed issue hugo/MetaCrate#3 2026-08-08 09:37:14 +00:00
API mapping: define the complete C# to Rust signature schema
hugo commented on issue hugo/MetaCrate#3 2026-08-08 09:37:11 +00:00
API mapping: define the complete C# to Rust signature schema

Implemented and verified in commit 3179d7a.

Implementation:

  • Added api/RUST-MAPPING.tsv with one reviewed row for all 30,789 compiled public members. Each row records the stable C# ID/signature,…
hugo pushed to main at hugo/MetaCrate 2026-08-08 09:36:33 +00:00
3179d7a57d Define complete Rust API mapping schema
hugo opened issue hugo/RuDS#132 2026-08-08 09:31:18 +00:00
wiki is not rendered when a wiki page is changed
hugo closed issue hugo/MetaCrate#2 2026-08-08 09:16:01 +00:00
API catalog: extract authoritative .NET public metadata
hugo commented on issue hugo/MetaCrate#2 2026-08-08 09:15:54 +00:00
API catalog: extract authoritative .NET public metadata

Implemented and pushed in a3e11bc.

Implementation:

  • Added a development-only compiled-metadata extractor for all 13 LibreMetaverse library assemblies at the pinned commit after all six source…
hugo pushed to main at hugo/MetaCrate 2026-08-08 09:15:27 +00:00
a3e11bc39d Add authoritative public API catalog
hugo opened issue hugo/MetaCrate#106 2026-08-08 08:26:28 +00:00
Release packaging: prove a clean native Rust artifact with no CLR dependency
hugo opened issue hugo/MetaCrate#107 2026-08-08 08:26:28 +00:00
Release candidate: complete final parity, security, packaging, and clean-machine audit