Files
MetaCrate/programs/src/lib.rs
Chili Palmer a9e2711447
Some checks failed
Native code generation / deterministic (push) Failing after 2m12s
Imaging and meshing gate / native (push) Failing after 5m40s
JPEG 2000 feature / linux (push) Successful in 2m50s
Native Rust workspace compile / compile (push) Failing after 56s
Skia feature / linux (push) Successful in 31m24s
Implement credential-safe programs smoke gate (#97)
2026-08-11 18:23:10 +00:00

17 lines
387 B
Rust

//! Rust targets corresponding to the upstream example and tool projects.
pub mod commands;
pub mod completeness;
pub mod inventory_explorer;
pub mod irc_gateway;
pub mod live_grid_smoke;
pub mod osd_inspector;
pub mod packet_dump;
pub mod prim_inspector;
pub mod simple_bot;
pub mod test_client;
pub mod vivox_test;
pub mod webrtc_test;
pub use libremetaverse::shim::pending_program;