KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
robin
★ 18
Open GitHub ↗
[UNMAINTAINED] Background jobs for Rust
Download README (.md)
Explore Similar Repositories
NicePy3Book
:
汇总一些超级棒的python3项目, 也是一本很好的python3学习资源
AiMonkey
:
No description available.
SampleDrmExoPlayer
:
No description available.
expo-firebase-redux-starter
:
Starter project for Expo, Firebase, and Redux
Learn_NumPy
:
We design this course with 9 lessons to help beginners can quickly understand and utilize this useful library.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
robin
?
Download (.md)
# Robin [](https://travis-ci.org/davidpdrsn/robin) [](https://crates.io/crates/robin) [](https://docs.rs/robin/) Background jobs for Rust inspired by ActiveJob and Sidekiq :heart: ## Not production ready Probably a bad idea to use this for anything serious. Still early days. ## Example [The docs have a complete example](https://docs.rs/robin). ## Installation Add this to your `Cargo.toml` and you're good to go ```toml [dependencies] robin = "0.3.0" ``` Robin uses Redis for storing jobs, so make sure you have that installed.