1 2 3 4 5 6 7 8
//! Public Jobs API — list, create, and fetch solver jobs for the authenticated //! tenant, independent of which solver produced them. mod client; mod models; pub use client::{GetJobsParams, JobsClient}; pub use models::*;