4 lines
151 B
Rust
4 lines
151 B
Rust
// Re-export job types from the hero-job crate
|
|
pub use hero_job::{Job, JobBuilder, JobStatus, JobError};
|
|
use hero_job_client::{Client, ClientBuilder};
|