operon 0.7.0

A workflow engine for parallel, incremental scheduling of DAG-defined multiplex tasks.
Documentation
1
2
3
4
5
use crate::storage::psql::PsqlStorageOptions;

/// Former name of [`PsqlStorageOptions`], kept as an alias for backward compatibility.
#[deprecated(note = "renamed to `PsqlStorageOptions`")]
pub type StorageOptions = PsqlStorageOptions;