4 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
Timur Gordon
3ba9e84aa0 job crate fixes 2025-09-02 09:14:26 +02:00
Timur Gordon
1f7cd4ded8 initial commit 2025-09-01 16:19:02 +02:00