dyna3/app-proto
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
..
examples Reorganize the shared example code 2025-07-18 10:59:41 -07:00
src Add a strictly-zero series to the spectrum history 2025-06-26 22:42:02 -07:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.lock Show the loss history from the last realization 2025-06-26 22:42:02 -07:00
Cargo.toml Show the loss history from the last realization 2025-06-26 22:42:02 -07:00
index.html Show the loss history from the last realization 2025-06-26 22:42:02 -07:00
main.css Add a spectrum history panel 2025-06-26 22:42:02 -07:00
run-examples.sh Give the run-examples script a shell extension 2025-07-15 21:18:17 -07:00