Implement credential-safe programs smoke gate (#97)
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

This commit is contained in:
2026-08-11 17:04:40 +00:00
parent 66f10baa1b
commit a9e2711447
18 changed files with 2216 additions and 25 deletions

View File

@@ -1,8 +1,10 @@
//! 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;