Initial MetaCrate rewrite shell

This commit is contained in:
2026-08-08 09:49:22 +02:00
commit 115425cea7
66 changed files with 56984 additions and 0 deletions

5
programs/src/lib.rs Normal file
View File

@@ -0,0 +1,5 @@
//! Rust targets corresponding to the upstream example and tool projects.
pub mod commands;
pub use libremetaverse::shim::pending_program;