Commit graph

2 commits

Author SHA1 Message Date
Aaron Fenyes
f1865f85a1 Improve naming in realization output structures 2025-07-18 12:16:40 -07:00
Aaron Fenyes
477d6a5064 Reorganize the shared example code
The new layout deviates from what the Rust book suggests

  https://doc.rust-lang.org/book/ch11-03-test-organization.html#submodules-in-integration-tests

and uses the frowned-upon `#[path]` attribute,

  https://doc.rust-lang.org/style-guide/advice.html#modules

but we've decided that having a descriptive module filename instead of
`mod.rs` is worth the cost.
2025-07-18 10:59:41 -07:00
Renamed from app-proto/examples/common/mod.rs (Browse further)