From 4b2b1fb442170dc07381827a523331d8c2089ef9 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 30 Jul 2019 17:30:08 -0500 Subject: [PATCH] Add matrix link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7c15123..b2756b2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ synchronous application. The standard example of this is Web Services, where cer need to be processed, but processing them while a user is waiting for their browser to respond might not be the best experience. +- [Read the documentation on docs.rs](https://docs.rs/background-jobs) +- [Find the crate on crates.io](https://crates.io/crates/background-jobs) +- [Join the discussion on Matrix](https://matrix.to/#/!vZKoAKLpHaFIWjRxpT:asonix.dog?via=asonix.dog) + ### Usage #### Add Background Jobs to your project ```toml