Dixon/src/rustylee
Russell Gilbert dbb52ccbb2 RustyLee: Starts Heart organ processing
Activates the Heart organ's main command processing loop by calling its `start` method.

Replaces the previous placeholder `run_loop` method with the functional `start` method. The `start` method now takes a mutable reference to `self`, which enables it to operate as a long-running process without consuming the `Heart` instance.
2026-03-13 15:55:19 +00:00
..
.cargo Sets up initial Rust project with ARM64 deployment 2026-02-25 07:20:14 +00:00
src RustyLee: Starts Heart organ processing 2026-03-13 15:55:19 +00:00
.gitignore Sets up initial Rust project with ARM64 deployment 2026-02-25 07:20:14 +00:00
build.rs Makes build number increment conditional 2026-02-28 08:07:07 +00:00
build_number.txt Adds initial organ system and protocols 2026-03-13 09:06:26 +00:00
Cargo.lock Integrates structured logging with tracing 2026-02-26 13:07:19 +00:00
Cargo.toml Makes build number increment conditional 2026-02-28 08:07:07 +00:00