Commit Graph

2 Commits

Author SHA1 Message Date
Timur Gordon
7b9420f3e6 Refactor job client into separate crate
- Moved client code from rust/src/client.rs to rust/client/ subdirectory
- Created separate hero-job-client crate for better modularity
- Updated Cargo.toml to include client as workspace member
- Client can now be used independently of the main hero-job crate
2025-11-04 17:09:37 +01:00
Timur Gordon
e3d8147eaa Restructure job crate: separate rust and vlang folders, extract Job types from runner_rust 2025-11-04 13:37:36 +01:00