schedule-rs
                                
                                 schedule-rs copied to clipboard
                                
                                    schedule-rs copied to clipboard
                            
                            
                            
                        "*/10 * * * * *" fails to parse
I want to run a job every 10 seconds but "*/10 * * * * *" fails to parse.
https://github.com/mehcode/schedule-rs/issues/5
https://crates.io/crates/job_scheduler supports this
The master branch here should support this. Just need to dust it off and release it. Definitely would love a PR as it seems I haven't got the time to do it myself.