Crates.io | deschuler |
lib.rs | deschuler |
version | 0.4.1 |
source | src |
created_at | 2024-04-16 06:34:22.645422 |
updated_at | 2024-09-10 10:05:25.689471 |
description | An async, tokio based scheduling library for rust with a built-in cron builder. |
homepage | https://github.com/DenuxPlays/deschuler |
repository | https://github.com/DenuxPlays/deschuler |
max_upload_size | |
id | 1209997 |
size | 41,240 |
[!IMPORTANT] This crate was developed to use in the financrr projekt. It will be extended as needed.
An async, tokio based scheduling library for rust with a built-in cron builder. It uses croner for the most available cron features.
The goal is to create a feature-rich scheduling library that is easy to use.
It should be very flexible. The "first" implementation uses tokio, but I want to make it possible that we supply more
backends in the future.
Each implementation can support different features. So that when a new feature is added not all backends have to be updated.