16 releases
0.2.0 | Jun 5, 2022 |
---|---|
0.1.14 | Jun 5, 2022 |
0.1.13 | May 30, 2022 |
#1304 in Development tools
154 downloads per month
Used in 2 crates
40KB
352 lines
munin-plugin
A simple library to ease writing of munin plugins in Rust.
More content coming soon, for now read docs.rs.
Badges
Semantic Versioning
This library will follow Semantic Versioning, that is - until release 1.0.0, anything may change, be prepared to adjust your code.
Security
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.
Cargo Geiger Safety Report
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
Dependencies
~2–10MB
~117K SLoC