hatchet-sdk 0.2.8

This is an unofficial Rust SDK for Hatchet, a distributed, fault-tolerant task queue.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod crons;
pub mod pagination;
pub mod runs;
pub mod schedules;

pub use crons::CronsClient;
pub use runs::RunsClient;
pub use runs::models::GetWorkflowRunResponse;
pub use runs::models::WorkflowStatus;
pub use schedules::SchedulesClient;