Crates.io | munin-plugin |
lib.rs | munin-plugin |
version | 0.2.0 |
source | src |
created_at | 2022-05-08 13:13:39.602127 |
updated_at | 2022-06-05 13:08:17.492097 |
description | Ease writing of plugins for munin in Rust |
homepage | |
repository | https://github.com/Ganneff/munin-plugin |
max_upload_size | |
id | 582484 |
size | 54,388 |
A simple library to ease writing of munin plugins in Rust.
More content coming soon, for now read docs.rs.
This library will follow Semantic Versioning, that is - until release 1.0.0, anything may change, be prepared to adjust your code.
While I try not to put too many bugs in, there is no guarantee. I avoid writing unsafe Rust code myself, so Rust will safe me from some bugs, but crates I use most probably use unsafe.
If you find bugs (security or not), I'm always happy about reports or even patches to fix them.
Metric output format: x/y
x = unsafe code used by the build
y = total unsafe code found in the crate
Symbols:
🔒 = No `unsafe` usage found, declares #![forbid(unsafe_code)]
❓ = No `unsafe` usage found, missing #![forbid(unsafe_code)]
☢️ = `unsafe` usage found
Functions Expressions Impls Traits Methods Dependency
0/0 0/0 0/0 0/0 0/0 🔒 munin-plugin 0.1.10
15/18 442/449 3/3 0/0 11/11 ☢️ ├── anyhow 1.0.57
0/0 0/0 0/0 0/0 0/0 🔒 ├── fastrand 1.7.0
0/0 52/157 0/0 0/0 0/0 ☢️ ├── fs2 0.4.3
0/21 12/368 0/2 0/0 2/40 ☢️ │ └── libc 0.2.126
1/1 16/18 1/1 0/0 0/0 ☢️ ├── log 0.4.17
0/0 0/0 0/0 0/0 0/0 ❓ │ └── cfg-if 1.0.0
0/0 15/15 0/0 0/0 0/0 ☢️ ├── spin_sleep 1.1.1
0/0 25/71 0/0 0/0 0/0 ☢️ └── tempfile 3.3.0
0/0 0/0 0/0 0/0 0/0 ❓ ├── cfg-if 1.0.0
0/0 0/0 0/0 0/0 0/0 🔒 ├── fastrand 1.7.0
0/21 12/368 0/2 0/0 2/40 ☢️ ├── libc 0.2.126
0/0 0/79 0/0 0/0 0/0 ❓ └── remove_dir_all 0.5.3
16/40 562/1157 4/6 0/0 13/51