Implement native InventoryExplorer
All checks were successful
Native Rust workspace compile / compile (push) Successful in 21m44s

This commit is contained in:
2026-08-11 09:01:42 +00:00
parent 4504abcc64
commit bb7f419ca0
7 changed files with 1456 additions and 21 deletions

View File

@@ -1,3 +1,3 @@
fn main() -> std::process::ExitCode {
libremetaverse_programs::pending_program("InventoryExplorer")
libremetaverse_programs::inventory_explorer::main_entry()
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
//! Rust targets corresponding to the upstream example and tool projects.
pub mod commands;
pub mod inventory_explorer;
pub mod osd_inspector;
pub mod packet_dump;
pub mod prim_inspector;