1 unstable release

Uses old Rust 2015

0.1.0 Apr 4, 2018

#7 in #robin


Used in robin

MIT license

7KB
146 lines

Robin

Build Status Crates.io Documentation

Background jobs for Rust inspired by ActiveJob and Sidekiq ❤️

Not production ready

Probably a bad idea to use this for anything serious. Still early days.

Example

The docs have a complete example.

Installation

Add this to your Cargo.toml and you're good to go

[dependencies]
robin = "0.3.0"

Robin uses Redis for storing jobs, so make sure you have that installed.

Dependencies

~2MB
~47K SLoC