Docs.rs
limon-core-0.3.3
limon-core 0.3.3
Permalink
Docs.rs crate page
Apache-2.0
14 September 2026
Links
Repository
crates.io
Source
Owners
dorosch
Dependencies
curl ^0.4.49
normal
once_cell ^1.21.3
normal
openssl ^0.10
normal
serde ^1.0.228
normal
sqlx ^0.8.6
normal
strum ^0.27.2
normal
surge-ping ^0.8.3
normal
thiserror ^2.0.16
normal
time ^0.3.43
normal
tokio ^1.47.1
normal
trust-dns-resolver ^0.23.2
normal
curl-sys ^0.4.85
dev
httpmock ^0.8.0-alpha.1
dev
rstest ^0.26.1
dev
serde_json ^1.0.149
dev
static_assertions ^1.1.0
dev
tokio-test ^0.4.4
dev
Versions
85.95%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
limon_core/models/
mod.rs
1
//! A module containing a set of models for monitor.
2
3
pub mod
common;
4
pub mod
monitor;