Restructure job crate: separate rust and vlang folders, extract Job types from runner_rust

This commit is contained in:
Timur Gordon
2025-11-04 13:37:36 +01:00
parent 3ba9e84aa0
commit e3d8147eaa
5 changed files with 563 additions and 307 deletions

View File

@@ -1,3 +1,8 @@
# Job
# Hero Job
Job model and client for supervisor
Shared job types and utilities for the Hero ecosystem.
## Structure
- `rust/` - Rust implementation of job types
- `vlang/` - V language implementation (future)