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
#![allow(dead_code)]

pub(crate) mod grpc;
pub mod hatchet;
pub(crate) mod rest;

pub(crate) use rest::Configuration;
pub use rest::features::*;