Hassan Abedi bc65de6b29 Add a diagram to show how the demo works
Add a diagram to show how the demo works
2026-05-29 11:28:43 +02:00
..
2026-05-29 11:28:39 +02:00

Crates

Independent Rust app crates live in this directory.

Each subdirectory should be a normal Cargo package with its own Cargo.toml. The repository root is a virtual workspace, so shared commands such as make fmt-check, make clippy, and make test run across all crates.

Suggested shape:

crates/
  app-name/
    Cargo.toml
    src/
      main.rs