rusty-sponge 0.1.0

Soak up stdin and write it atomically to a file — a Rust port of moreutils `sponge` with strict-compat mode, configurable spill-to-tempfile, and a typed library API.
Documentation
# Cargo build artifacts
/target/

# Editor / IDE
.idea/
.vscode/
*.swp
*.swo

# OS junk
.DS_Store
Thumbs.db

# Insta pending snapshots (review before committing)
*.snap.new
*.pending-snap

# Local environment overrides
.env
.env.local

# Bench output
/benches/output/