rustygear 0.15.0

Client library for communicating via the gearman protocol
Documentation
1
2
3
4
5
// Each gearman server defines its own error codes. So these are specific to rustygear
pub enum RustygearServerError {
    InvalidPacket = 1,
    InvalidClientId = 2,
}