limon-core 0.3.3

limon core library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![forbid(unsafe_code)]

//! Limon core library.
//!
//! This library provides core models, collectors, and utilities for building
//! monitoring system.

extern crate openssl;

pub mod collectors;
pub mod models;
pub mod schedule;