Expand description
This is the main library file for the project.
Modulesยง
- cron
- The
cron
module contains theCron
struct, which is the main entry point for the library, providing the ability to add and remove jobs. - driver
- The
driver
module contains theDriver
trait and its implementations. - node_
pool - The
node_pool
module contains theNodePool
struct, which is used to manage the nodes in the cluster.