#munin #munin-plugins #ease #plugin #read #now #graph

munin-plugin

简化在 Rust 中编写 munin 插件的编写

16 个版本

0.2.0 2022 年 6 月 5 日
0.1.14 2022 年 6 月 5 日
0.1.13 2022 年 5 月 30 日

#1074 in 开发工具

每月 47 次下载
用于 2 crates

LGPL-3.0-only

40KB
352 代码行

munin-plugin

一个简化在 Rust 中编写 munin 插件的简单库。

更多内容即将推出,目前请阅读 docs.rs

徽章

Crates.io Crates.io docs.rs LGPL-3.0-only licensed GitHub code size in bytes GitHub issues codecov

语义化版本控制

该库将遵循 语义化版本控制,即 - 直到发布 1.0.0,任何内容都可能更改,请准备好调整您的代码。

安全性

尽管我努力不引入太多错误,但无法保证。我自己避免编写不安全的 Rust 代码,因此 Rust 将帮助我避免一些错误,但我使用的 crates 很可能包含不安全代码。

如果您发现错误(无论是安全还是其他类型),我都非常乐意收到报告甚至补丁来修复它们。

Cargo Geiger 安全报告


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  

依赖项

~2–10MB
~104K SLoC