limon-core 0.2.1

limon core library
Documentation
1
2
3
4
5
6
7
8
9
# limon-core

[![Crates.io](https://img.shields.io/crates/v/limon-core.svg)](https://crates.io/crates/limon-core)
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE.md)
[![Coverage Status](https://coveralls.io/repos/github/limon-sh/limon-core/badge.svg?branch=main)](https://coveralls.io/github/limon-sh/limon-core?branch=main)

limon-core is a library for monitoring and scheduling tasks.
It provides abstractions for collecting metrics (e.g., via `Ping` or `HTTP` checks) 
and a scheduling by intervals.