shepherd-rs 0.2.0

Shepherd is a resilient, non-blocking orchestrator that persistently transforms and delivers data—built for remote, compute-heavy workloads.
Documentation
1
2
3
4
5
//! # Top-level module for an instance of the shepherd
//!
//! The module provides the main components for managing an instance of the
//! shepherd.
pub mod instance;