chronos-scheduler-rs 1.0.2

A Rust crate for Job Scheduler. This Job Scheduler is simple.
Documentation
1
2
3
4
5
6
7
8
9
max_width = 120
newline_style = "Unix"
indent_style = "Block"
normalize_comments = true
brace_style = "PreferSameLine"
reorder_imports = true
reorder_impl_items = true
reorder_modules = true
tab_spaces = 2