Implement native InventoryExplorer
All checks were successful
Native Rust workspace compile / compile (push) Successful in 21m44s
All checks were successful
Native Rust workspace compile / compile (push) Successful in 21m44s
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fn main() -> std::process::ExitCode {
|
||||
libremetaverse_programs::pending_program("InventoryExplorer")
|
||||
libremetaverse_programs::inventory_explorer::main_entry()
|
||||
}
|
||||
|
||||
1059
programs/src/inventory_explorer.rs
Normal file
1059
programs/src/inventory_explorer.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user