stasis-rs 0.3.0

Durable AI orchestration framework with runtime jobs, lineage, and memory integration
Documentation
1
2
3
pub trait IdGenerator: Send + Sync {
    fn next_id(&self, prefix: &str) -> String;
}