mirror of
https://github.com/uutils/shadow.git
synced 2026-06-10 16:14:57 -07:00
748f0ad88d
Fixes #78 — Binary size: release-small profile achieves 894KB (<1MB). Default release also shrank from 1.5MB to 1.3MB thanks to panic=abort + codegen-units=1 from PR #91. Fixes #86 — Shared test helper crate at tests/common/mod.rs with skip_unless_root(), setup_prefix(), setup_full_prefix(), read_file(). Fixes #88 — Shell completion script at util/generate-completions.sh (placeholder — generates minimal bash/zsh/fish completions). 456 tests, zero clippy warnings.