ocypod 0.8.0

Ocypod is a Redis-backed service for orchestrating background jobs.
Documentation
1
2
3
4
5
mod field;
mod settings;

pub use self::field::Field;
pub use self::settings::Settings;