easycron 0.1.2

rust cron library
Documentation
1
2
3
4
5
6
7
mod cron;
mod job;
pub use cron::*;
pub use job::*;

#[cfg(test)]
mod tests {}