fabro/lib/crates/fabro-proc
Bryan Helmkamp e121eadb04
fix(proc): expect disallowed_methods on /proc walk
Workspace clippy.toml bans std::fs::read_dir / read_to_string without
an explicit expect annotation. The new Linux zombie-group probe uses
both and only compiles on Linux, so the lint wasn't hit locally on
macOS. Annotate the helper with the reason it needs sync I/O.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 12:26:41 -04:00
..
c Consolidate unsafe process code into fabro-proc crate 2026-04-01 17:49:29 -04:00
src fix(proc): expect disallowed_methods on /proc walk 2026-04-21 12:26:41 -04:00
build.rs Consolidate unsafe process code into fabro-proc crate 2026-04-01 17:49:29 -04:00
Cargo.toml Add server daemon management with Unix socket support 2026-04-02 10:40:19 -07:00